PDA

View Full Version : Button to get to the top of the page



Monica Larsen
Wed 25th Feb '09, 5:12am
I am having a very simple problem. But is there a way to add a "Get to the top of the page"-button on every post in a thread so people do not have to scroll up or down?

Lats
Wed 25th Feb '09, 6:09am
Apart from telling your users they can press the Home key on their keyboards whenever they like, you could add this bit of code to the postbit template - I put it just before the red code...

<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> &nbsp;</if>