WordPress Phpbb Last Topics Plugin
I created a plugin to display the most recent topics of your phpBB forum.
You can set the number of topics to display, wrap long words or exclude a category of the forum.
Just download the plugin, unpack it into your wordpress plugins-folder and activate it, then edit it to set:
$host = “http://www.yourblog.com/phpbb”;
$forum_path = “phpbb”;
Then activate it and insert this short code where you want to show the last topics.
<?php if (function_exists(‘wpphpbb_topics’)): ?>
<? wpphpbb_topics(); ?>
<?php endif; ?>




