I am trying to figure out a way to change the permalinks of my phpbb3 forums. Currently they have the typical, yet unsatisfactory for me, look:
How can i make my PHP开发者_开发问答BB3 Forum custom header logo link back to my main website?
I am trying to include the header of my website in the header of the phpbb3 html file using <!-- INCLUDEPHP ../../../../header.inc -->
I\'ve integrated a phpbb3 forum to my already existing website. I\'ve been able to make my registration process add the user to the phpbb db as well.
Recently I have started implementing a solution which will use a PhPbb database for forms autho开发者_C百科rization, I have used the class from this below thread:
I am able to login with an integrated login system for my site and phpBB3. I am unable to logout... I tried destroying the session, or used ->logout();
I\'m trying to integrate phpbb3 into my django website. The problem I have is that I use django.auth for main site authentication. But I want phpbb and django to share the same database or maintain so
I have a phpbb3 message board installed with 2 forums - Public Discussion Private Discussion Everyone can see the public forum, but only a specific group can see the private forum.
I need to notify external script each time somebody logs in to the forums. Where should I call the notification function to handle both user logging in via the login form, AND the one who ha开发者_开发
I\'m beginner - mid range when it comes to php knowledge and complete beginner when it comes to modifying phpbb.