Quote:
Originally Posted by BlackThorn
Ops sorry for that then well, open the same template and all codes replace with;
PHP Code:
<tr>
<td class="blocksubhead"><a href="member.php?{vb:raw session.sessionurl}u={vb:raw getposts_thread.userid}">{vb:raw getposts_thread.musername}</a></td>
<td class="blocksubhead">
<vb:if condition="$getposts_thread[newpost]">
<a href="showthread.php?{vb:raw session.sessionurl}goto=newpost&t={vb:raw getposts_thread.threadid}" id="thread_gotonew_{vb:raw getposts_thread.realthreadid}"><img class="inlineimg" src="images/statusicon/post_new.gif" alt="{vb:rawphrase go_to_first_new_post}" border="0" /></a></vb:if>
{vb:raw getposts_thread.prefix_rich}
<a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw getposts_thread.threadid}{vb:raw getposts_thread.highlight}" id="thread_title_{vb:raw getposts_thread.realthreadid}"<vb:if condition="$getposts_thread[newpost]"> style="font-weight:bold"</vb:if> title="{vb:raw getposts_thread.titletrimmed}">{vb:raw getposts_thread.titletrimmed}</a>
</td>
<td class="blocksubhead"><a href="forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw getposts_thread.forumid}">{vb:raw getposts_thread.forumtitle}</a>
</td>
<td class="blocksubhead" align="center">
{vb:raw getposts_thread.lastpostdate}
<vb:if condition="!$show['detailedtime']">
{vb:raw getposts_thread.lastposttime}</vb:if>
</td>
<td class="blocksubhead" align="center">
<a href="misc.php?do=whoposted&t={vb:raw getposts_thread.threadid}" onclick="who({vb:raw getposts_thread.threadid}); return false;">
{vb:raw getposts_thread.replycount}</a>
</td>
<td class="blocksubhead" align="center">
{vb:raw getposts_thread.views}
</td>
</tr>
Save and exit, then it will be okay.
|
Ok Buddy, I change it to this new one and it does make the number of view show up but then the icon for the latest post disappeared. Is there a way that you can make them show up?
I think the icon for new post is important because all they members have to do is click on it and that would take them straight to the newest post.
Thanks again.