The Arcive of vBulletin Modifications Site. |
|
![]() |
|||||||||||||||||||||||||
Hey guys this is my first hack I have made so be gentle.
What does it do? This creates a drop down menu with a list of your forums so where ever you are on your site you can use the quick jump to go direct to the forum your want. Template Edits: 2 /--------------\ |How to Install| \--------------/ You need to go to your admincp > styles and templates > style manager > select your style > Edit templates > Header Find: Code:
<if condition="$show['popups']"> <if condition="$show['searchbuttons']"> <if condition="$show['member']"> <td class="element_control_nav"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> Above Add: Code:
<!--- tidy_boys Forum Dropdown ---> <td id="forum_options" class="vbmenu_control"> <a href="$vboptions[bburl]">Forum Quick Jump</a> <script type="text/javascript"> vbmenu_register("forum_options"); </script> </td> <!---End tidy_boys Forum Dropdown ---> Then go to admincp > styles and templates > style manager > select your style > Edit templates > navbar Find: Code:
<!-- NAVBAR POPUP MENUS --> Add after: Code:
<!--- tidy_boys Forum Dropdown ---> <div class="vbmenu_popup" id="forum_options_menu" style="display:none"> <table cellpadding="3" cellspacing="1" border="0"> <tr align="center"> <td class="thead" colspan="2" >Drop Down title</td> </tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]">Forum Index</a> </td></tr> <tr align="center"> <td class="thead" colspan="2" >Forum Title</td> </tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr align="center"> <td class="thead" colspan="2" >Forum title</td> </tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr align="center"> <td class="thead" colspan="2" >Forum title</td> </tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> <tr> <td class="vbmenu_option" title="Forum Name"> <a href="$vboptions[bburl]/forumdisplay.php?f=x">Forum Name</a> </td></tr> </table> </div> <!---End tidy_boys Forum Dropdown ---> Dont forget to click install Enjoy... Show Your Support
|
Comments |
#2
|
||||
|
||||
![]()
Good work
![]() |
#3
|
|||
|
|||
![]()
Thankyou I am very new to making hacks hope people enjoy it
|
#4
|
|||
|
|||
![]()
Hi
I dont need this but i will say well done, i really must read up on this coding lark as what you have done looks so simple (no offence meant) to do.. Well done m8 ![]() Regards Bashy |
#5
|
||||
|
||||
![]()
Hey, looks alot better than the original jump menu. Too bad you gotta go back n' forth in the navbar template. ^^;
|
#6
|
|||
|
|||
![]()
I will be coding the new verison so when you add a forum in the admincp it adds it into the menu.
I have got a lot on at the mo so it will be done when i get chance ![]() Thanks for the positive comments ![]() |
#7
|
||||
|
||||
![]()
Interesting!
/me installs |
#8
|
|||
|
|||
![]()
Remember to click install
![]() |
#9
|
||||
|
||||
![]()
I use something similar on my forums, but mine seperate the categories horizontally to save some space for users running a loser resolution, or more forums. Although this idea looks good too
![]() |
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|