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
Code:
<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}
I also placed a space between the avatar and the username so it wouldn't be so close... ( )
Placed in todays_top_poster_bit...
Code:
<vb:if condition="$show['comma_leader']">, </vb:if>{vb:stylevar dirmark}
<vb:if condition="$show['photo']"><a href="{vb:link member, {vb:raw top_poster}}" class="avatarlink"><img class="inlineimg" src="{vb:raw top_poster.avatarurl}" width="20" height="20" class="userlist_avatar_{vb:raw top_poster.userid}" alt="{vb:rawphrase xs_avatar, {vb:raw top_poster.username}}" border="0" /></a> </vb:if> <a class="username" rel="nofollow" href="{vb:link member, {vb:raw top_poster}}">{vb:raw top_poster.musername}</a> (<a rel="nofollow" href="{vb:raw vboptions.bburl}/search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw top_poster.userid}&contenttype=vBForum_Post&showposts=1" title="{vb:raw top_poster.postdate}">{vb:raw top_poster.postcount}</a>)
Demo:
Scroll to bottom (
www.cricketusers.com/forum.php).
Currently using 4.1.5 with CompleteVB theme.