Wordpress Phpbb Last Topics Plugin

Contatti | Feed
Feed Box



  • 15 Aug 06

    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

    • Upnews
    • Digg
    • del.icio.us
    • Google Bookmarks
    • PDF
    Scritto da Peppe
    57 commentiLascia un commento
    25 Aug 07 , 1:53 pm www.fu20.com

    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

    1 Sep 07 , 11:00 am www.fu20.com

    help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
    please!

    1 Sep 07 , 4:04 pm Peppe

    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);

    11 Sep 07 , 12:00 am munki

    I seem to be getting the header from my phpbb forum on the WP index instead of just the recent topics can you help?

    26 Mar 08 , 1:26 am Trackback: Ramp Riders : A Blog For None And All

    [...] 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 [...]

    Pages: « 1 [2] Show All