Blog dropdown menu in navbar
This modification is in the archives.
Blog dropdown menu in navbar
Demo: http://www.letsgather.net/ Code:
---------------------------- navbar FIND ---------------------------- $template_hook[navbar_buttons_left] ---------------------------- REPLACE with: ---------------------------- <if condition="$vbulletin->products['vbblog']"> <td id="blog_menu" class="vbmenu_control"><a href="$show[nojs_link]#blog_menu">$vbphrase[blogs]</a> <script type="text/javascript"> vbmenu_register("blog_menu"); </script></td> </if> ---------------------------- FIND: ---------------------------- </table> </div> <!-- / user cp tools menu --> ---------------------------- ADD after: ---------------------------- <!-- blog_menu --> <div class="vbmenu_popup" id="blog_menu_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead"><a href="blog.php">$vbphrase[blogs]</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=bloglist">Blog Directory</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=bloglist&blogtype=best">Best Blogs</a></td></tr> <tr><td class="vbmenu_option"><a href="blog.php?do=list&blogtype=best">Best Entries</a></td></tr> <tr><td class="vbmenu_option"><a href="blog_search.php?do=search">Find Blogs</a></td></tr> </table> </div> <!-- / blog_menu --> ---------------------------- Done! By removing this, also all other mods/tabs will reposition this same way and need to be manually added after. I currently havent found a working solution for this yet. Also keep in mind this template modification is currently unphrased. Feel free to do this if you prefer. All the best, Cor Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Mini Mods Moderation menu (Navbar Dropdown) | vBulletin 3.6 Template Modifications |
Moderation menu (Navbar Dropdown) | vBulletin 3.5 Template Modifications |