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