Back to vBulletin 3.7 Template Modifications

Blog dropdown menu in navbar
Mod Version: 1.00, by Taragon

This modification is in the archives.
vB Version: 3.7.x Rating: (3 votes - 5.00 average) Installs: 26
Released: 07 Jul 2008 Last Update: Never Downloads: 105
Not Supported Template Edits Re-usable Code Translations  

Blog dropdown menu in navbar
  • Creates a more easy way to navigate your vBulletin Blog product for your forum.

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!
Please keep in mind also some other mods are using the $template_hook[navbar_buttons_left] hook. (vBulletin Project Tools, GTUserCP Interface + UserCP navbar menu by Princeton)

By removing this, also all other mods/tabs will reposition this same way and need to be manually added after. I currently haven’t 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.

File Type: %1$s taragon_blog_dropdown_menu_in_navbar.txt (2.0 KB, 108 downloads)

Screenshots

Click image for larger version
Name:	Untitled-1.jpg
Views:	276
Size:	8.9 KB
ID:	83674  

Similar Mods

Mini Mods Moderation menu (Navbar Dropdown) vBulletin 3.6 Template Modifications
Moderation menu (Navbar Dropdown) vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024