Jump to content

Recommended Posts

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

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/170846-question-about-phpbb/
Share on other sites

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 ..........

Link to comment
https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901065
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901085
Share on other sites

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

Link to comment
https://forums.phpfreaks.com/topic/170846-question-about-phpbb/#findComment-901147
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.