Quote:
Originally Posted by Cybershaolin
Installed. Nice but it says that it returns to the top of the thread. In fact, it should instead returns to the first post of the thread. If you have a chatbox at top along with other stuff, you get returned to the top of the page....
|
Quote:
Originally Posted by Bilderback
I will possibly add return to post one in future release also, maybe as an admin option.
|
Let say I would like to go ahead instead of waiting for the update. What should I change in the following code to have it returning to first post instead of top of page?
Code:
<![CDATA[eval('$template_hook[postbit_controls] .= "<a href=\"#top\" onclick=\"scroll(0,0); return false;\"><img src=\"' .$vbulletin->options['bburl']. '/images/return-to-top.png\" alt=\"top\" border=\"0\" /></a>";');]]>