The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'd like to have a little button somewhere in the showthread, that allows you to automatically go to the top of the page.
For example having a little arrow in every user post's bar (where the infractions, report, show ip are...) In another forum I'm in, it's set with a Code:
javascript:scroll(0,0); |
|
#2
|
||||
|
||||
|
<a href="#top"><img src="image.gif" alt="return to top"></a>
|
![]() |
|
|