1
Hey guys,
I am currently developing a cluster of XOOPS sites, each using a different language, with same modules used in all but the contents are the same but obiously in different languages.
Here is the problem I have come across and could use some advise or suggestions.
Just say, there is one site that is used mainly, which is expected to have the most active users, I replicate the user tables for this site and use them for the others, doing this via MySQL is possiable, but the problem would be that if users register on the other sub sites, it will not be replicated back to the main database.
See the problem i am facing, I have no idea how I can go about solving this problem, do you think its possiable to even do such a thing with xoops?
I was thinking maybe make all the register pages refer back to the main site, have them registered there and then the users should be replicated back to sub sites, but, this would mean the user will be passed from site to site and I dont think that is good and also, the languge will be that on the main site, which is not what is wanted...
Is there a way to put the user tables in a seperate database altogether, so all the sites refer to that single database for users only, if so, what php files need to be edited to do so? if its even possiable
any suggestions comments welcome.
thanks for reading,
MKayZ