Rat1972
Edit: cyb_topstats_newposts, replace all with:
PHP Code:
<tr class="$cybstats_alt1" valign="top" onmouseover="this.className='$cybstats_alt2'" onmouseout="this.className='$cybstats_alt1'">
<td class="$cybstats_alt2" width="1%" align="center" valign="middle"><if condition="$get_new_posts[newpost]">$newpostprefix<else />$oldpostprefix</if></td>
<td align="$stylevar[left]" width="50%" nowrap="nowrap" class="smallfont" title="$get_new_posts[fullthreadtitle]"><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]p=$get_new_posts[lastpostid]#post$get_new_posts[lastpostid]">$get_new_posts[titletrimmed]</a></td>
<td align="center" nowrap="nowrap" class="smallfont" title="$vbphrase[posted_by] <if condition="!$get_new_posts[musername]">$vbphrase[guest]<else />$get_new_posts[fullusername]</if>"><if condition="!$get_new_posts[musername]"><div style="cursor:pointer;">$vbphrase[n_a]</div><else /><a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$get_new_posts[userid]">$get_new_posts[musername]</a></if></td>
<td align="center" nowrap="nowrap" class="smallfont" title="$vbphrase[date]/$vbphrase[time]"><if condition="$get_new_posts[newpost]">$get_new_postdate, $get_new_posttime<else /><span class="time">$get_new_postdate, $get_new_posttime</span></if></td>
<td align="center" nowrap="nowrap" class="smallfont" title="<phrase 1="$get_new_posts[title]">$vbphrase[cybstats_jump_to_post_in_x]</phrase>"><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$get_new_posts[threadid]" style="text-decoration:none" title="<phrase 1="$get_new_posts[title]">$vbphrase[cybstats_jump_to_post_in_x]</phrase>"><font face="arial">▼</font></a></td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont" title="$get_new_posts[fullforumtitle]"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]f=$get_new_posts[forumid]">$get_new_posts[forumtitle]</a> </td>
</tr>