Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Don't see why there would be a problem. They're all configured to use the same database so there shouldn't be any issue.thomas777 wrote: Hi
I have to explain a little bit for the question to make sense.
I am in the process of building about 5 Joomla 1.7 websites. All sites are sharing the same database. All the tables that relate to users of each site are linked together using views.
This means that all 5 sites all share the same user tables, to be exact the tables in the database are (_users , _session , _usergroups , _user_profiles , _user_usergroup_map)
This has been working great. I create an account on one site and I automatically have an account on all 4 other sites, permissions carry over and all appears functional so far.
Well my question relates to when I went to install community builder for the first time today. It had me install CB Login modual. I am not sure if this will work. It appears to work right now.
But don't know how stable my sites would be now, or later as users create accounts and start using the different sites. After installing CB I create accounts on other of the 5 sites and can then go to the CB site and can login and if I create an account on the CB site using the CB Login modual it appears to be good.
I intend for this site to get large so I need to anticipate any potential problems. Can someone there who understands the database and user account and create please consider this carefully.
I would greatly appreciate any feed back.
Thanks
Yes.Would I need to use the CB Login module on all 5 sites that share the same user tables. I am not sure if the CB Login is used to add details to CB specific tables when a user registers that may be needed.
It will assuming all 5 sites use CBs login/registration processes.This needs to work so it does not matter which site that the user creates the account on, that CB will work perfectly regardless.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, all 5 sites need CB installed or you'll get errors as they're sharing a database and technically CB is installed on all of them but on the other 4 the files wouldn't exist.Another question, would I need to install the CB full component on the other 4 sites and link via views the CB tables. At this point I only intend to use the community on one of the sites.
Really no idea how you'd separate the 5 sites.. you're using the exact same database for all 5 so all their data whether articles, users, etc.. is shared. You need some sort of plugin that'd check what URL they're at, parse it, get the name, store that to a field in CB and you could then use CB Conditional to conditional display profile fields/tabs based off that field giving you a unique profile on each site.Additionally a separate question but similar... If there is a chance (and there is) that I would like to have some of the community features viewable on 1 or more of the other sites as well. Would I need to install the full CB now or later on the other sites, and if I do would I need to connect the tables via views as well.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.