MyBB Community Forums

Full Version: 2 forums on same site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys !

My problem is : I have one forum mybb and i would like to split it into 2 forums (http://ngm-team.fr/forum/)

I think it's difficult to "split it", it's easier to create two forums with same accounts on the same database i did it with phpbb.

With phpbb i had one file who containing an array with each phpbb table name, so i just had to let the same name for the users table on both forums and some table linked to it (avatars, ...) but the others, i renamed it into table_forum1 / table_forum2.

I hope you understand my explaination...

On mybb i didn't find a file who contains every table name.. Could you help me ?

Thanks a lot !

Themiller.
you can install a second MyBB forum with the same database by using a different prefix for the data tables
please take care in giving prefix for the data tables while installing the second forum
Yes that's what i want to do but i have to let the same prefix for "users" table on both forum, but different prefix on others table.. How to do configure that in mybb files ?
If you prefere i'm looking for equivalent of that : http://www.dnasir.com/2011/11/09/share-u...bb-boards/
On mybb...
you may have to experiment with something similar to this => Sync your users with another MyBB board (note: exact procedure might not work)
Yes i saw it.. but i don't like this method.. There is no files where you can edit table name and prefix ??

Okay it's just horrible to change table name in files..So i will try with your solution BUT

IN THE NEXT RELEASE PLEASE REPLACE TABLE NAME IN THE FILES BY GLOBAL VARIABLE CONTAINED IN ONE FILE...

It will took 5-10 minutes to developpers...