Back to vBulletin 3.0 Template Modifications

[HowTo] navbar tweak > Turn UserCP into a dropdown
Mod Version: 1.00, by Floris

This modification is in the archives.
vB Version: Rating: (0 vote - 0 average) Installs: 2
Released: 21 Sep 2004 Last Update: Never Downloads: 1
Not Supported  

How To > Optimize the navbar!

Tweak > Turn the "User CP" link into a drop down

Description:

With this template modification I will teach you how to optimize the navbar with a little tweak. We will turn the usercp link into a drop down, remove the links from the quick links drop down and put them in the usercp drop down.

This is for version 3.0.3

Installation:

* Goto the Admin Control Panel as Administrator

* Goto the Styles & Templates group and open the Style Manager

* Open your navbar template and apply the following changes:

# Find this code, and remove it:

HTML Code:
<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
# Now find this code, and remove it:

HTML Code:
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
# Now find this code:

HTML Code:
<!-- / NAVBAR POPUP MENUS -->
# Above that, on a new line, add this code:

HTML Code:
<if condition="$show['member']">
<!-- user cp drop down menu -->
<div class="vbmenu_popup" id="cpuser_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
</table>
</div>
<!-- / user cp drop down menu -->
</if>
# Find this code:

HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
# And replace it with this code:

HTML Code:
<if condition="$show['member']">
<if condition="$show['popups']">
	<td id="cpuser" class="vbmenu_control"><a href="#cpuser">$vbphrase[user_cp]</a> <script type="text/javascript"> vbmenu_register("cpuser"); </script></td>
<else />
	<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
</if>
</if>
 
# Save the navbar template and you are done!

Download

No files for download.

Screenshots

 

Similar Mods

End-User Options Change your UserCP Navbar with the New UserCP Dropdown Menu! vBulletin 3.7 Add-ons
[HowTo] Design and Tweak your Frontpage vBulletin 2.x Template Modifications
[HowTo] Tweak IP banning vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024