Infantrymen
02-26-2007, 11:58 PM
Blogicles menu (Navbar Dropdown)
By: Roms (http://www.vbulletin.org/forum/member.php?u=60324) (view my mods on vBorg)
Easy, about 1-2 mins
This simple modification adds a dropdown menu to the navigation bar
with a few Blogicles links.
------------------------------
Open the navbar Template
------------------------------
FIND:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
BELOW ADD:
<!-- Blogs Setup for drop down -->
<td id="blogicles" class="vbmenu_control" ><a href="#blogicles">Blogging</a> <script type="text/javascript"> vbmenu_register("blogicles"); </script></td>
<!-- End Blog Setup for drop down -->
-------------------------------
navbar Template
FIND:
<!-- / NAVBAR POPUP MENUS -->
ABOVE ADD:
<!-- Blogs drop down -->
<div class="vbmenu_popup" id="blogicles_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Member Blogs</a></td></tr>
<tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs">Blogs Home</a></td></tr>
<if condition="$show['member']"><tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/newentry.php?$session[sessionurl]c=$catid_int" rel="nofollow">Submit Entries</a></td></tr></if>
<if condition="$show['member']"><tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/browsecategory.php?$session[sessionurl]do=favorites">My Favorites</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/search.php$session[sessionurl_q]" rel="nofollow">$vbphrase[search]</a></td></tr>
</table>
</div>
<!-- End Blogs drop down -->
Note: you will need to change the word "blogs" in the code to the name that you have changed your Blogicles folder to.
Save and you're done!!! :)
By: Roms (http://www.vbulletin.org/forum/member.php?u=60324) (view my mods on vBorg)
Easy, about 1-2 mins
This simple modification adds a dropdown menu to the navigation bar
with a few Blogicles links.
------------------------------
Open the navbar Template
------------------------------
FIND:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
BELOW ADD:
<!-- Blogs Setup for drop down -->
<td id="blogicles" class="vbmenu_control" ><a href="#blogicles">Blogging</a> <script type="text/javascript"> vbmenu_register("blogicles"); </script></td>
<!-- End Blog Setup for drop down -->
-------------------------------
navbar Template
FIND:
<!-- / NAVBAR POPUP MENUS -->
ABOVE ADD:
<!-- Blogs drop down -->
<div class="vbmenu_popup" id="blogicles_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Member Blogs</a></td></tr>
<tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs">Blogs Home</a></td></tr>
<if condition="$show['member']"><tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/newentry.php?$session[sessionurl]c=$catid_int" rel="nofollow">Submit Entries</a></td></tr></if>
<if condition="$show['member']"><tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/browsecategory.php?$session[sessionurl]do=favorites">My Favorites</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="$vboptions[homeurl]blogs/search.php$session[sessionurl_q]" rel="nofollow">$vbphrase[search]</a></td></tr>
</table>
</div>
<!-- End Blogs drop down -->
Note: you will need to change the word "blogs" in the code to the name that you have changed your Blogicles folder to.
Save and you're done!!! :)