Quote:
Originally Posted by BozzaJos
I have the same problem, but on 4.1.6 
|
Just change some of the code up. This is what I'm using...
It's found in todays_top_poster
Quote:
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/>{vb:raw top_posters_title}</h3>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>
|
This changes where it gets placed:
Code:
{vb:raw template_hook.forumhome_wgo_pos2}
Demo:
Scroll to bottom (
www.cricketusers.com/forum.php).