Jump to content

Recommended Posts

I'm planning on adding a third party forum such as phpbb to a website. I also plan to add an other area to this site that will require authentication which I plan to write myself (I'm still learning the basics of php)

 

I've been learning today about authentication and looking over the phpbb files. Is it possible to build my authentication to use the phpbb's authentication and thus make them effective across the entire site?

I just started with php recently and ran into the same problem. Short answer, yes.

 

http://www.phpbb.com/kb/article/phpbb2-sessions-integration/

 

That is the phpbb tutorial on how to integrate phpbb to your site. So far it has worked flawlessly for me. I made a website for a small group of friends and even added a few fields to the phpbb_users table such as first and last name and user level. These added fields also get transferred through session data so you can customise your page to show links or information if the user is logged in or if their access level is such and such. There isn't much info on creating users from your own page, but I just took the create user page I had already made and used it to send data to phpbb_users with the normal options set and adding the extra fields I made.

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.