Log in

View Full Version : Top Button on Postbit


wwwdjrcs
04-01-2006, 04:24 PM
How can I modify the code to allow a "top" link next to the post number of the thread. This button will bring the member clicking on it to the very top of the thread. See screenshot for example.

SHANE-D-PAIN
04-01-2006, 05:22 PM
<a href="#top">Top</a>


Simply put that in the POSTBIT tempalte where you want it to appear.


And btw, wrong forum, But I guess someone will be kind enough to move it. ;)

COBRAws
04-01-2006, 06:23 PM
hack of the year!!!

/me installs

Tony G
04-02-2006, 04:59 AM
Moving to vB3.5 questions. These forums are for posting modifications only. Thanks.

Robru
10-12-2006, 09:19 AM
... or use this :)

<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>