momo2
12-09-2008, 10:00 PM
Find in showthread template than search for :
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
change it to :
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
<else />
$vbphrase[views]: $thread[views] - $vbphrase[replies]: $thread[replycount]</if>
This will save you as Admin or for members to see and save time, I suggest this for large forums.
Cap:
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
change it to :
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
<else />
$vbphrase[views]: $thread[views] - $vbphrase[replies]: $thread[replycount]</if>
This will save you as Admin or for members to see and save time, I suggest this for large forums.
Cap: