[Plugin: phpbb_recent_topics] Edit the plugin
-
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
https://www.ads-software.com/extend/plugins/phpbb-recent-topics/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: phpbb_recent_topics] Edit the plugin’ is closed to new replies.