Xplorer4x4
01-26-2006, 10:00 PM
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
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]
<if condition="$show['forumdescription']">$forum[description]
And before, add:
<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>
Please be sure to click https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=106491)
NOTE: I will add a text file in a few. :)
Nothing fancy but it gets the job done.
In forumhome_forumbit_level1_nopost find
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]
<if condition="$show['forumdescription']">$forum[description]
And before, add:
<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>
Please be sure to click https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=106491)
NOTE: I will add a text file in a few. :)