May I make a suggestion?
Currently the code for the links in the list are as follows:
PHP Code:
<a href="{vb:link thread, {vb:raw content}, {vb:raw content.gotonewpost}, 'threadid', 'fullthreadtitle'}" onmouseover="topxTip(document.getElementById('tip_{vb:raw content.threadid}').innerHTML)" onmouseout="UnTip()">{vb:raw content.titletrimmed}</a>
Is there anyway you can register the proper variables in the php file so that the link may look like this:
PHP Code:
<a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}">{vb:raw content.titletrimmed}</a>
Currently when someone clicks on a thread in the list, it takes them to the last page of the thread, but not the last post, or even last unread post. it is missing the #POSTID
Thanks in advance!