Ascendant Posted February 8, 2008 Share Posted February 8, 2008 Just wondering if anybody has experience integrating the login from PHPBB3 into a index page. I want it to say, "Welcome Guest" and "Login", When you click login, it opens up a login in the index.php?=login screen, and once logged into PHPBB3, the "Welcome Guest" changes to "Welcome $user" Im not sure where to get all the coding from, I've looked through my PHPBB3 directories trying to find some kind of login scripts to snip out... Help.. Quote Link to comment https://forums.phpfreaks.com/topic/90020-intergrating-phpbb3-into-main-index/ Share on other sites More sharing options...
vbnullchar Posted February 8, 2008 Share Posted February 8, 2008 you can make you login script.. you just have to look at the table fields Quote Link to comment https://forums.phpfreaks.com/topic/90020-intergrating-phpbb3-into-main-index/#findComment-461635 Share on other sites More sharing options...
revraz Posted February 8, 2008 Share Posted February 8, 2008 The login script is in the login.php But basically you need to set a session that phpbb3 uses. Just wondering if anybody has experience integrating the login from PHPBB3 into a index page. I want it to say, "Welcome Guest" and "Login", When you click login, it opens up a login in the index.php?=login screen, and once logged into PHPBB3, the "Welcome Guest" changes to "Welcome $user" Im not sure where to get all the coding from, I've looked through my PHPBB3 directories trying to find some kind of login scripts to snip out... Help.. Quote Link to comment https://forums.phpfreaks.com/topic/90020-intergrating-phpbb3-into-main-index/#findComment-461700 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.