Hello to all. I want to create a site that will have both a part in italian, and a part in english. They will both have a snitz (well actually image snitz) forum on it. Only one will be in italian, and one in english. I wanted to make it so that when one user registers in the italian part, he/she is also registered in the english part, but not that they share also topics. In simple words:
That they only share:
a) The image folder b) The M_users field, so not to mix two languages topics. Is there a way I can do it?
Probably the way to do it would be to have the FORUM_MEMBERS table from one of the DBs linked from the other. Unfortunately the link is path dependent, so you can only do it if you replicate the server's path to the linked DB in your computer. Usually this involves opening the DB that will link the other DB's table and use File->Import and then choose the option to link instead of importing the actual data.