2011-07-17, 11:19 PM
With this snippet of code it will add links each side of the post number so you can quickly go to the top or bottom of the page.
To make the changes you go into:
Then replace everything in there with the following code:
Next we need to to place the down id to where you what the down link to take you. I found the best place to put this was in the showthread_search.
Then add this to the very top.
Live Demo: http://forum.pinguyos.com
To make the changes you go into:
template >> postbit >> postbit_posturl
Then replace everything in there with the following code:
<div style="float: right; width: auto; vertical-align: top"><span class="smalltext"><a href="#content" title="Top"> ▲ </a><strong>{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a><a href="#down" title="Bottom"> ▼ </a></a></strong>{$post['inlinecheck']}
</span></div>
Next we need to to place the down id to where you what the down link to take you. I found the best place to put this was in the showthread_search.
template >> showthread >> showthread_search
Then add this to the very top.
<a name="down" id="down"></a>
Live Demo: http://forum.pinguyos.com