The Arcive of vBulletin Modifications Site. |
|
Move forumjump to the navbar with javascript Details »»
|
|||||||||||||||||||||||||||
|
Move forumjump to the navbar with javascript
Developer Last Online: Jul 2012
I wanted as many others do, to move the forumjump menu to the navbar, in the pages that it appeared.
If you just put $forumjump in the navbar, it only works in showthread. I had to think of something else. Pros:
1. Put in the navbar where you want the forumjump to appear this code: HTML Code:
<span id="forumjump_span"></span> HTML Code:
<span id="forumjump_originalspan">
HTML Code:
</span> <script type="text/javascript"> document.getElementById('forumjump_span').innerHTML = document.getElementById('forumjump_originalspan').innerHTML; document.getElementById('forumjump_originalspan').innerHTML = ''; </script> HTML Code:
document.getElementById('forumjump_originalspan').innerHTML = '';
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Could you post a screenshot please? I have an idea of what it would look like, but not sure if it would fit.
|
|
#3
|
|||
|
|||
|
Quote:
Scroll down to the bottom of this page and you will see a small form consisting of a dropdown and a button with the words "Forum Jump". This is forumjump. |
|
#4
|
||||
|
||||
|
Yeah, i know what it is
![]() But wasn't sure on how it would look on the navbar... visually. |
|
#5
|
|||
|
|||
|
You wouldn't benefit from my screenshot about it, the templates on the style I'm working on are heavily modified...
|
|
#6
|
||||
|
||||
|
Oh... ok, thanks anyways.
|
|
#7
|
||||
|
||||
|
i Love it!
|
|
#8
|
|||
|
|||
|
wow, somebody else installed it :P
thanks obetyance! |
|
#9
|
||||
|
||||
|
yes, ma'am! look here. www.filairsoft.com .
what i don't like about it is that, its not permanent on the navbar. meaning, it only shows on the navbar when it shows on its original spot. anyhow, its what i'm really looking for and its good enough.
|
|
#10
|
|||
|
|||
|
The only downside to this hack is that the code block doesn't show until the page is fully loaded ... other than that ...great hack!
|
![]() |
|
|