PDA

View Full Version : Mod? to take you back to the top in a thread?


boatswife
01-06-2008, 06:42 AM
Is there a mod that is embedded in the post, a button that can take you to the top of the page? I'm switching back from IPB and that is one of the features that I use a lot.

Any help would be greatly appreciated.

FatalBreeze
01-06-2008, 07:03 AM
just add in the postbit or postbit_legacy template this button with an a href to
http://yourdomain.com/showthread.php?t=12345#,
add the picture and that's it.

boatswife
01-06-2008, 10:13 PM
Thank you very much!!

boatswife
01-19-2008, 07:15 AM
I could not get that to work, so I went a different route.

I put this code in the header (at the very beginning).

<script language="JavaScript1.2">
<!--
function dblclick() {
window.scrollTo(0,0)
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
//-->
</script>


If you double click on any page, it will take you to the top.