tags:

views:

165

answers:

3

I am tasked to create a web site using joomla. It will be a 'sister' site to an existing joomla site. Both are in the same domain.

However, the owners want the users to be able to log into one and still be logged into the other one.

How can this be accomplished? If it is possible

Thanks in advance! :)

A: 

Use OpenID instead of local authentication.

mcandre
OK. I analyzed earlier with openid concept but i don't know how to use this..
Karthik
I imagine you install an OpenID login module on both sites. Once this is done, users can login using their OpenID accounts.Have you used OpenID before? You register at a website such as https://www.myopenid.com/. This account is then connected to each OpenID-enabled website such as Stack Overflow.
mcandre
A: 

One way to do this is to create two separate sites within the same instance of Joomla...

First, follow the instructions at http://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation which explains how to create the two sites.

When you create your site templates, use different module positions for each of the sites. For example if your menu is normally published in module position "left", you can create the second template with a module position called "left2" and then create separate menus for each site and just publish them to the relevant site's module position.

Hope this helps!

Matt

Matti
A: 

I use JMS2Win.

http://www.jms2win.com/JMS2Win

You can use it to create duplicate sites which share the same DB and different tables within.

It cost about $80, but is well worth the money, as it's a component with fairly good documentation. The guy who built it, Edwin provides good support too.

I duplicated four sites off one master with different content, with shared user tables. Realyly elegant, as it's not a sync system, it's shared...

greenkoi