Topic: much forums with same SQL users.

Hello,
I would like to know how to make several forums the architecture of which is as this: 
.. / folderforum1
.. / folderforum2

And to connect all the forums with the same users SQL?

Thank you very much

Re: much forums with same SQL users.

When you install punbb, upload one copy to folderforum1, another copy to forumfolder2.
Then run install.php in forumfolder1, and fill it out normally, then use the "prefix" option to add a prefix to the table entries. A good prefix might be "forum1_".
Then run install.php in forumfolder2, and fill it out normally, this time pick a different prefix, such as "forum2_".

That should do it, for any number of forums.

echo "deadram"; echo; fortune;

Re: much forums with same SQL users.

@deadram: He seems to be asking how to have multiple forums share the same users table, not merely the same database.

If that is so, the following two threads might be helpful:
http://punbb.org/forums/viewtopic.php?id=8755
http://punbb.org/forums/viewtopic.php?pid=75974

Looking for a certain modification for your forum? Please take a look here before posting.

4 (edited by N3twork2 2006-10-02 06:44)

Re: much forums with same SQL users.

Thanx

Yes i ask how to have multiple forums share the same users table.

My english is very (tout beaucoup) bad. ^^

Re: much forums with same SQL users.

My bad, pogenwursts2win big_smile

echo "deadram"; echo; fortune;

6 (edited by N3twork2 2006-10-02 07:30)

Re: much forums with same SQL users.

Yes !!

This system work with my 2 forums smile

i use : http://punbb.org/forums/viewtopic.php?id=8755

Thx !!