1

Topic: Linked Site Registration, how?

How would I make it so if a user registers on one forum, they register on another forum.

i.e. you register on reviewstash.com, you then get an account on ____stash.com and ____stash.com

Re: Linked Site Registration, how?

Moved to Integration.
Either have all the forums run off of one users table or have registration on one insert a new row on all.
You won't be able to share a cookie between domains though.

3

Re: Linked Site Registration, how?

Also if the $cookie_seed in the config is the same of the two forums? I've got some forums running on my laptop (local) and all th forums have the same cookie seed. I'm always logged in at all forums.

Re: Linked Site Registration, how?

True, for linked logins wink

5

Re: Linked Site Registration, how?

How would I have them all run off of the same user table, if the database for reviewstash is named reviewstash, and the database for ____stash is named ____stash.

Re: Linked Site Registration, how?

Modify the queries that use the users table to all point to the same database/table?

7

Re: Linked Site Registration, how?

I get that, but how specifically would I go about doing that?

8

Re: Linked Site Registration, how?

Do a search on here. There was a topic specifically relating to this a while ago.

9

Re: Linked Site Registration, how?

Took a lot of searching but I found it, for anyone interested.
http://punbb.org/forums/viewtopic.php?pid=51879#p51879