DrFishNips Posted June 24, 2009 Share Posted June 24, 2009 I just installed a PHPBB forum on my website but I already have a members page so it would be pretty fuckin annoying having to register for the forum separately and I wanna merge the forum into the site. I was thinking I can probably just make my register.php page add an entry to the PHPBB database table then people only have to register once. Would it be real complicated trying to integrate the PHPBB forum into my members page so I can display all their post information along with all the other shit in the members page? I'd have to hack the PHPBB PHP files a fair bit I'd say. Has anyone done this? Heres my members DB http://pastebin.com/m32789602 Heres the member registration page http://pastebin.com/m708611b9 Heres my website http://link-protector.com/x-122844 Quote Link to comment Share on other sites More sharing options...
kiki64 Posted June 24, 2009 Share Posted June 24, 2009 I have done something similar with a website I am developing. (Merged both databases users table) What I am doing is when users login, I have phpbb3 login set cookies at same time NoXwizard posted some great code for this when I was searching for this http://www.phpbb.com/community/viewtopic.php?p=4012075#p4012075 Hopefully that helps, if you could please help me with my situation that would be great http://www.phpfreaks.com/forums/index.php/topic,258000.0.html Otherwise will wait till someone else can Quote Link to comment 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.