Support Forums
Use Self Log In With MyBB Log In? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Use Self Log In With MyBB Log In? (/showthread.php?tid=17481)



Use Self Log In With MyBB Log In? - ImFocuzz - 03-28-2011

Is there a way to connect the two I do not have the self log in made yet But I was trying to figure out how would I go about doing that? I am not fully secure with PHP so I was going off this script http://www.knowledgesutra.com/forums/topic/7887-php-simple-login-tutorial/.


RE: Use Self Log In With MyBB Log In? - AceInfinity - 03-28-2011

You want to connect your forum login with a full website login you mean?

I know it's fairly simple to do with a PhpBB forum, however i've heard more issues when trying to combine a website login with the MyBB login. The cookies essentially have to be able to transfer to the login on the site and the forum.

Try taking a look at this: http://community.mybb.com/thread-44520.html

You could try to install them on the same database with different table prefixes and also in each of the login/registration procedures also performed.

You could try using a Content Management System and a bridge..


RE: Use Self Log In With MyBB Log In? - ImFocuzz - 03-28-2011

ok thanks I will look at it and take your advice