ResaleBroker
06-27-2005, 09:32 AM
For anyone interested... if you would like to add a "Back to Top" link in each post using an image from your current forum "style" here are the steps.
1) Open Postbit Template:
Admin CP >> Style Manager >> Postbit >> Edit Templates >> Postbit Templates >> Postbit
2) Find:
<if condition="$show['reportlink']">3) Above that add:
<!--Back to Top-->
<a href="#top"><img class="inlineimg" src="$stylevar[imgdir_button]/collapse_thead.gif" alt="Back to Top" border="0" /></a>
<!--End Back to Top-->
That's it! You're Done! :)
Here is an example (http://www.salespractice.com/forums/showthread.php?t=399).
1) Open Postbit Template:
Admin CP >> Style Manager >> Postbit >> Edit Templates >> Postbit Templates >> Postbit
2) Find:
<if condition="$show['reportlink']">3) Above that add:
<!--Back to Top-->
<a href="#top"><img class="inlineimg" src="$stylevar[imgdir_button]/collapse_thead.gif" alt="Back to Top" border="0" /></a>
<!--End Back to Top-->
That's it! You're Done! :)
Here is an example (http://www.salespractice.com/forums/showthread.php?t=399).

