"Top" Link on Categorys
This modification is in the archives.
I wanted a way to scroll to the top of my forums quickly if say I am at the bottom of my forums index. So I added a the simple top link to the left of each categorey name.
Nothing fancy but it gets the job done. In forumhome_forumbit_level1_nopost find PHP Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]
And before, add: PHP Code:
<a style="float:$stylevar[left]" href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"></a>
NOTE: I will add a text file in a few. Download This modification is archived and cannot be downloaded. |
Similar Mods
Change "Subscribe to This Thread" link to "Unsubscribe" if already subscribed | vBulletin 2.x Full Releases |