Forums

[Plugin: phpbb_recent_topics] Edit the plugin (3 posts)

  1. jakob weis
    Member
    Posted 6 months ago #

    Hey,

    i am displaying the newest forum posts on my custom frontpage via. this

    <h2 class="rubrik_front">Fra Forum</h2>
    <?php
    if (function_exists('phpbb_topics')) {
    phpbb_topics();
    }
    ?>

    is there a way that i can remove the break tag between the link tag and the small tag, or otherwise configure the plugin?

    the plugin workes great! and i am very happy with it .... Thanx

    http://wordpress.org/extend/plugins/phpbb-recent-topics/

  2. jakob weis
    Member
    Posted 6 months ago #

    Hmmm i solved it my self, i just need to open my eyes!!

    the display.php file helped...

  3. linickx
    Member
    Posted 6 months ago #

    Hi Jakob, Glad you solved it :-)

Reply

You must log in to post.

About this Topic