Link two forums - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Link two forums (
/showthread.php?tid=247876)
Link two forums -
DirtyLilFreak - 11.04.2011
Ok so wat I basically want to do is link two SMF forums together so when one person registers on one forum he can gain access to the other forums automatically without having to register again.
My mysql version: MySQL client version: 5.0.91
Now is this possible? if so how can I do it?
Your help would be very usefull.
Re: Link two forums -
saiberfun - 11.04.2011
well you would somehow need to let the one forum take the table of users in the other forum
but I guess there would be problem with the posts they made in the different forums and stuff
correct me if I'm wrong
Re: Link two forums -
dice7 - 11.04.2011
You could just edit the register.php file so it inserts the user in the 2 different dbs
Re: Link two forums -
Mrkrabz - 11.04.2011
Quote:
Originally Posted by dice7
You could just edit the register.php file so it inserts the user in the 2 different dbs
|
That or have one forum read the user table from the MYSQL database.
Re: Link two forums -
DirtyLilFreak - 11.04.2011
Thnx guys. I got it done.