The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
Thank you very much!!
|
|
#4
|
|||
|
|||
|
I could not get that to work, so I went a different route.
I put this code in the header (at the very beginning). Code:
<script language="JavaScript1.2">
<!--
function dblclick() {
window.scrollTo(0,0)
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
//-->
</script>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|