robert_gsfame Posted August 18, 2009 Share Posted August 18, 2009 hi, i have my phpbb installed and still new with it so there is a lot of questions come into my head and i think you can solve this. this is what i want to ask, i actually have my site already and i want to add forum to make it more fun..but what i know is phpbb has its own registration page, and therefore users have to registered although they have done with it once...how you solve this??? Please give me some link where i can learn more about integrating my php page and phpbb Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/ Share on other sites More sharing options...
ldb358 Posted August 18, 2009 Share Posted August 18, 2009 ive never used php bb but id assume that it is connected to a database in which case you just change the table that it loads the users off of to the same one your site uses or vise versa depending on which is easier Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901046 Share on other sites More sharing options...
robert_gsfame Posted August 18, 2009 Author Share Posted August 18, 2009 the problem is that phpbb user table only contains of username and password while my user table contains more complex information such as telephone number and other things and those column have been set NOT NULL i really confused with this LOL .......... Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901065 Share on other sites More sharing options...
ldb358 Posted August 18, 2009 Share Posted August 18, 2009 cant you just search in curtain catagories in a table upload the login script and maybe i can help Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901067 Share on other sites More sharing options...
mikesta707 Posted August 18, 2009 Share Posted August 18, 2009 My PHPbb table contained a lot of information, and was organized differently (had an encryption on the password, and some other stuff) that, if the forum didnt have access to, would break the forums, So i don't suggest changing which tables PHPbb accesses when logging a user in. You could have your login form for your site also call the login script for the forum so that it logs into both pages at the same time (or have it create the cookie or session for the forum when you login). to synchronize the tables you could either alter your table so it works with both the forum and your site, or have your site's register script add the data to both tables. beyond that, i don't have much experience with PHPbb so I can't really give more advice hope that helps Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901085 Share on other sites More sharing options...
wildteen88 Posted August 18, 2009 Share Posted August 18, 2009 You will be better of asking this sort of question over at the phpBB community overt at phpbb.net. However you can have a read of this KB article for integrating your sites login with phpBB's login. There are many more KB articles for phpBB here Quote Link to comment https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901147 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.