Log in

View Full Version : Is there a mod for an "up" button?


PinkDaisy
08-15-2008, 11:25 AM
This is what one of my members is asking:

Do you guys have an up button to bring you back UP to the top of the forum after you replied or get to the bottom of the post?

so I am just trying to see if there is something like this? Thanks!

Digital Jedi
08-15-2008, 04:12 PM
You could probably just add text or an image that links to javascript:scroll(0,0) in whichever postbit template you use.

--------------- Added 15 Aug 2008 at 15:14 ---------------

I almost forgot, you could also just put a link to #top in the postbit as well. Probably work better.

Opserty
08-15-2008, 08:58 PM
The code vbulletin.org uses, in its footer.

<a href="#top" onclick="self.scrollTo(0, 0); return false;" rel="nofollow">Top</a>

Just add it to the postbit(_legacy) template.

cheat-master30
08-15-2008, 09:03 PM
As far as I know, it's actually a default feature in vBulletin, just see the 'Top' button in the footer navbar.

Ohiosweetheart
08-15-2008, 09:50 PM
It is. Both of my forums have a "Top" link in the footer nav.

Internetcafe
08-15-2008, 10:01 PM
You could also use this (https://vborg.vbsupport.ru/showthread.php?t=180927)

PinkDaisy
08-16-2008, 12:34 AM
thanks so much everyone!