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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
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.
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.
True, for linked logins
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.
Modify the queries that use the users table to all point to the same database/table?
I get that, but how specifically would I go about doing that?
Do a search on here. There was a topic specifically relating to this a while ago.
Took a lot of searching but I found it, for anyone interested.
http://punbb.org/forums/viewtopic.php?pid=51879#p51879
PunBB Forums → PunBB 1.2 troubleshooting → Linked Site Registration, how?
Powered by PunBB, supported by Informer Technologies, Inc.