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; ?>
See it in action in my homepage’s sidebar.
Download Last Version (1.1) .rar
Download Last Version (1.1) .zip
Ricevi gli aggiornamenti di 4mj.it via Feed
57 commentiLascia un commento
help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
please!
Hi, your path is where is the config.php of the phpbb.
For my site is
$forum_path = “forum”;
$host = “http://www.4mj.it/forum”;
You can also copy the data in config.php,
$prefix = “phpbb_”;
$dbhost = ‘*****’;
$dbname = ‘*****’;
$dbuser = ‘*****’;
$dbpasswd = ‘*****’;
$connection = mysql_connect($dbhost, $dbuser, $dbpasswd);
$s_db = mysql_select_db($dbname, $connection);
I seem to be getting the header from my phpbb forum on the WP index instead of just the recent topics can you help?
[...] WP-Phpbb Last Topics to include the current forum topics on the front page [...]
[...] server del blog dovete usare Phpbb_recent_topics e qui il sito ufficiale.(ho provato anche ad usare Wp-Phpbb, ma funziona solo per forum installati nello stesso spazio web) Segnala [...]
[...] Plugin tương tự: WP-Phpbb Last Topics [...]











i can’t use this plugin
please help me
my wordpress system address is: http://www.fu20.com/car
and my phpbb froum address is: http://car.fu20.com
what is “$host” & “$forum_path” address