Also, guided by the #Top Code on the footer Template is a Good Idea to add the Code
Code:
onclick="self.scrollTo(0, 0); return false;"
To the Template "to_the_top_addon" Like This:
Code:
<a href="#top" onclick="self.scrollTo(0, 0); return false;"><img src="$stylevar[imgdir_button]/tothetop.gif" alt="$vbphrase[tothetopbutton]" title="$vbphrase[tothetopbutton]" border="0" /></a>
The reason is because sometimes when Clicking on the Button when Browsing from a Forum with "Go To Last Post" or "Go To New Post" Link, this Addresses Cause that the Page Reloads and Go To The Top, Not Only To The Top.
You'll also Notice that is also Faster (Like the Botton To The Top Link that Comes With vBulletin footer).
My Best Regards.