Pre sale:user site selection

Multisites manager and data sharing solution for Joomla!
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
Post Reply
davidsteadson
Posts: 2
Joined: March 4th, 2016, 5:24 pm
Name: David Steadson
Browser: chrome

Pre sale:user site selection

Post by davidsteadson »

Hi,

We're setting up multiple niche social networks with Jomsocial and are looking at MightySites for the core user database.

We are using ReadyBytes Jomsocial ProfileTypes to provide multiple profile types (eg members, sports clubs, bands, depending on niche site)

Different niche networks will have different profile information, relevant to the niche topic area.

We are using GeoCode Factory to geocode users and Jomsocial events.

Is this a scenario that will work with your software, and is there a way for users to select which sites they wish to be active (or listed on) when they register?

Thanks!
/David
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Pre sale:user site selection

Post by Admin »

These extensions will work if they use native Joomla database layer (JFactory::getDbo()).

MightySites doesn't change registration process, it's up to you how to display any sites selector.
If all sites use same users database tables - all users will be already same on all sites, no sense to any sites.

If each site uses own users tables and ask user to select sits to register - your custom code should add user to all tables. But note that such users won't be synced.
davidsteadson
Posts: 2
Joined: March 4th, 2016, 5:24 pm
Name: David Steadson
Browser: chrome

Re: Pre sale:user site selection

Post by davidsteadson »

Yeah, we want the users to be registered on all sites, but not necessarily show up in search of maps or such. Sounds like we need a separate registration field for "active sites" which we check for when displaying search results, something like that?
User avatar
Admin
Site Admin
Site Admin
Posts: 1064
Joined: October 21st, 2008, 6:39 pm
Name: Administrator
Browser: Chrome

Re: Pre sale:user site selection

Post by Admin »

Yes, sounds like a solution.
Post Reply