Quote:
Originally Posted by Paul M
Okay, let me rephrase - have you tried using $last[lastpost] as it would seem to suggest it is what you want.
|
Sorry, my mis-understanding.
If you check the template code I quoted above I am currently using this, but nothing is displaying.
Code:
<div><phrase 1="member.php?find=lastposter&t=$last[threadid]" 2="$last[lastposter]">$vbphrase[by_x]</phrase></div> $last[lastpost] <a href="showthread.php?$session[sessionurl]goto=newpost&t=$last[threadid]" title="<phrase 1="$last[title]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="<phrase 1="$last[title]">$vbphrase[go_first_unread_in_thread_x]</phrase>" border="0" /></a>
This code should display who posted, the date/time and the Go To Last Unread post button. It does everything except the date and time.