Installed, but cannot get the "Go to first new post" icon link to work; it just displays the thread and goes to post #1.
PHP Code:
<a href="{vb:link thread, {vb:raw globalthread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}"
id="thread_gotonew_{vb:raw globalthread.realthreadid}">
<img class="gotonewpost"
src="{vb:stylevar imgdir_button}/firstnew.png"
alt="{vb:rawphrase go_to_first_new_post}" />
</a>
Does anybody have this working?