Move forumjump to the navbar with javascript
This modification is in the archives.
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 = ''; Download No files for download. |
Similar Mods
End-User Options Navbar Forumjump- Adds a DHTML "Forum Jump" menu to your Navbar | vBulletin 3.6 Add-ons |
Miscellaneous Hacks navbar forumjump dropdown | vBulletin 3.6 Add-ons |