1
angelomorto
More Xoops width an unique registration

Hi all,
I have installed more Xoops into my domain, but I would like an unique registration.
How can I synchronize all users?
How can I have an unique login for all my Xoops?

2
irmtfan
Re: More Xoops width an unique registration
  • 2012/7/9 7:07

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


You meant you want a unique admin for all xoops websites in your domain?
sorry please clarify i can not understand you.

3
angelomorto
Re: More Xoops width an unique registration

Yes!

I have this domain -> http://www.innovationsky.org

and I have...

http://www.innovationsky.org/english (Xoops 1)
http://www.innovationsky.org/spanish (Xoops 2)
http://www.innovationsky.org/italian (Xoops 3)
etc...

if an user register or login into http://www.innovationsky.org/english it is not connected in spanish, italian, etc...

How do I synchronize users in all Xoops?
How do I do a single registration for all Xoops?


I hope I was clear! Sorry for my English but I'm Italian!


4
redheadedrod
Re: More Xoops width an unique registration

You will need to synchronize the database records for your users. This will not require a specialized xoops module or anything but a simple php script reading in from one database and saving the records to another database. You MAY be able to do this with a query assuming the sites are all configured the exact same way with the exact same modules etc.