Topic: 2 different installations using the same user table.

is it possible to install two punbb's that use the same database but only share the user table?

thank you,
jochem.

Re: 2 different installations using the same user table.

The reason is, i want to have a dutch and english forum totally seperated except for the users. (because there are almost no english speaking people who speak dutch, but there are a lot of dutch speaking people who can speak english)

So if anyone can help me.....

Re: 2 different installations using the same user table.

Two simple options:
1. Make everyone to speak english
2. Make two separate forums, like the international ones in this forum

4 (edited by jochem 2004-02-09 16:41)

Re: 2 different installations using the same user table.

Yes, that are two simple options.. option 2 is the one i have right now on my invision power board. I don't want that anymore, i want two seperate forums.

5

Re: 2 different installations using the same user table.

why not replicate the usertable between 2 forums...

Re: 2 different installations using the same user table.

Magoo wrote:

why not replicate the usertable between 2 forums...

Thats not a good solution.

If you have some PHP skill you can rewritten some SQL queries..

Re: 2 different installations using the same user table.

i have some php skills, but i don't know where to look smile

Re: 2 different installations using the same user table.

Look for the queries fetching data from the user table, then change them so the both forums points to the same user table.. Thats the only solution I can think of right now.

Re: 2 different installations using the same user table.

ok, thank you, i'll take another look.

10

Re: 2 different installations using the same user table.

Jansson wrote:

1. Make everyone to speak english

Best option tongue .

Through the awful grace of God

"Dude, CSS and XHTML are like two boys who are deeply in love.  They're perfect for each other, but no one can acccept it."

11

Re: 2 different installations using the same user table.

neh, i've changed all the queries on the 2nd installation that had to be changed.
so now i have two installations.
www.dutcholsentwins.com/punbb

i logged off from the forum, but my forum is on maintenance mode, seems like i can't login anymore to change it. Where in the database should i change it back to 'online mode'?

Thank you.

12

Re: 2 different installations using the same user table.

Look in your "extra" folder after a file named "turn_off_maintenance_mode.php"

13

Re: 2 different installations using the same user table.

thank you. found the script in the "script" folder.