Best way to integrate legacy phpBB forum into Joomla
What is the best way to integrate a legacy phpBB forum into a new Joomla site?
Ba开发者_如何学Gosically I want to keep the navigation links (top and main menu), and embed the forum as pages in the site.
Is this feasible?
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 Type
to Wrapper
. In Parameters
, set Wrapper URL
to 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.
I would theme the forum appropriately and put it on a sub-domain like http://forum.mydomain.com
. This way it's unlikely to clash with the rest of your website.
精彩评论