The Arcive of vBulletin Modifications Site. |
|
Adds a Go to Top Link at a well place Details »»
|
|||||||||||||||||||||||||||
This modification adds a Go to "Top" link at an well placed place.
If you have installed TMS then just import below addon (xml) and you're done. If you don't have TMS installed then you have to do some manual template edits: top.jpg Search in template SHOWTHREAD after: HTML Code:
<a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&goto=nextoldest" rel="nofollow">{vb:rawphrase prev_thread}</a> HTML Code:
| <a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a> ![]() Search in template postbit_legacy after: HTML Code:
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
HTML Code:
<a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;" class="editpost">{vb:rawphrase top}</a> <span class="seperator"> </span> Please click INSTALL Regards Matthias www.2-wheel-planet.de Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| iiioroh | ||
| Comments |
|
#2
|
|||
|
|||
|
thank u
|
|
#3
|
||||
|
||||
|
|
|
#4
|
||||
|
||||
|
thanks man
|
|
#5
|
||||
|
||||
|
I added the following code to my postbit_legacy template
Find: PHP Code:
Add After: PHP Code:
Thank you for the initial code ![]()
|
|
#6
|
|||
|
|||
|
Quote:
As an additional place? |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
Yes you can
|
|
#9
|
|||
|
|||
|
Added
|
|
#10
|
|||
|
|||
|
Added, but I'd like two things, if possible...
add image of up arrow so it fits in with other buttons, and HTML to make it appear to the left, right under the User's info box. Thanks, gang!! |
![]() |
|
|