1 (edited by StevenBullen 2006-01-31 17:25)

Topic: Users accessing multiple forums. Problem...Need help.

Ok... I have a problem I need to resolve.

I have 2 forums.... 'AForum' and 'BForum'...

I need the users from 'BForum' to access 'AForum', BUT I want them to be already logged in when they go to 'AForum'.

What would be the easiest approach?

Thanks in advance.

Re: Users accessing multiple forums. Problem...Need help.

Having it work both ways (by using the same cookie name and users table) would be easiest

Re: Users accessing multiple forums. Problem...Need help.

When I used the same cookie name for something before... it logged me out of one forum when I logged into the other... and vice-versa.

Can I use 1 users table for both forums?

Re: Users accessing multiple forums. Problem...Need help.

StevenBullen wrote:

Can I use 1 users table for both forums?

Maybe this discussion will help: 4 forums in one database?

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

Re: Users accessing multiple forums. Problem...Need help.

@pogenwurst

Thanks.