MyBB Community Forums

Full Version: having a second index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i was wondering if mybb could have an extra index page like:

http://audentio.com/forums/index.php?page=2

that way we could have two or three forums using one database.

I have a site:
http://mod-station.com

and i would love to have all three of my forums in one database. That way people wouldn't have to register to each different forum.

Thanks

-IncadudeF
Well you would only really need to combine the user tables. Instead of combining the whole databases. That way they can still use separate forums, index's, and everything.
how can i do that?
(2008-10-05, 06:28 AM)NetSage Wrote: [ -> ]Well you would only really need to combine the user tables. Instead of combining the whole databases. That way they can still use separate forums, index's, and everything.

You would still need to figure out how to handle groups, unless you wanted to share groups across forums.
i would want each index to have their own groups.
Well then I can't think of any way to really do it. But I'm not a php/mysql person.

And I never thought about the groups thing Undecided.