StarBuG
08-02-2005, 10:00 PM
Hi
Desc: This is a simple modification. It adds an image link next to every quick reply (or quote) button in every thread and reply that brings you back to top.
Time to install: About 1Min
Templates to edit: 1
Versions: All vB Versions
You can find the vB 3.6.x Version >> HERE << (https://vborg.vbsupport.ru/showthread.php?t=136576)
(https://vborg.vbsupport.ru/showthread.php?t=136576)
In postbit template search for:
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
after that add
<a href="#top"><img src="$stylevar[imgdir_button]/top.gif" alt="To the Top" border="0" /></a>
Now download the image I attached and upload it to /forum/images/buttons
The Image was made for my forum but you can change it or add a different image.
Hope you like it.... and if you do don?t forget to click install
DEMO: http://www.hiphop-battles.com/forum/index.php
Just view any thread you like to see the top button
StarBuG
Desc: This is a simple modification. It adds an image link next to every quick reply (or quote) button in every thread and reply that brings you back to top.
Time to install: About 1Min
Templates to edit: 1
Versions: All vB Versions
You can find the vB 3.6.x Version >> HERE << (https://vborg.vbsupport.ru/showthread.php?t=136576)
(https://vborg.vbsupport.ru/showthread.php?t=136576)
In postbit template search for:
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
after that add
<a href="#top"><img src="$stylevar[imgdir_button]/top.gif" alt="To the Top" border="0" /></a>
Now download the image I attached and upload it to /forum/images/buttons
The Image was made for my forum but you can change it or add a different image.
Hope you like it.... and if you do don?t forget to click install
DEMO: http://www.hiphop-battles.com/forum/index.php
Just view any thread you like to see the top button
StarBuG