Add "Top" to all Posts.
A very simple template modification to add a "Top" on the right hand side of all posts.
In postbit_legacy find: Code:
<span class="nodecontrols"> <vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']"> Code:
<a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a> | Code:
<span class="nodecontrols"> <vb:if condition="$post['postid'] AND $post['threadid'] AND !$show['moderated']"> <a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a> | <a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="<vb:if condition="$show['inlinemod']">ie</vb:if>postcounter">#{vb:raw post.postcount}</a><a id="postcount{vb:raw post.postid}" name="{vb:raw post.postcount}"></a> </vb:if> Download No files for download. Screenshots |