The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Top Button on Postbit
How can I modify the code to allow a "top" link next to the post number of the thread. This button will bring the member clicking on it to the very top of the thread. See screenshot for example.
|
#2
|
||||
|
||||
Code:
<a href="#top">Top</a> And btw, wrong forum, But I guess someone will be kind enough to move it. |
#3
|
||||
|
||||
hack of the year!!!
/me installs |
#4
|
||||
|
||||
Moving to vB3.5 questions. These forums are for posting modifications only. Thanks.
|
#5
|
|||
|
|||
... or use this
Code:
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|