What is the best way to integrate a legacy phpBB forum into a new Joomla site?
Basically I want to keep the navigation links (top and main menu), and embed the forum as pages in the site.
Is this feasible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you need user integration for Joomla and phpBB you can use JFusion, so people logged in Joomla will be logged in phpBB. Registered users in Joomla will be replicated to phpBB too (and vice versa, you have to setup JFusion configuration to decide which system is the “master”). I’ve been using JFusion with a Moodle and Joomla installation and it’s working pretty well.
To “integrate” your forum to your Joomla installation, you have a fast implementation: in your top menu, create a link and change it’s
Menu Item TypetoWrapper. InParameters, setWrapper URLto your phpBB path. This way you will have an iframe with your forum.If you need a more robust solution, I would try to develop a component.