Back to vBulletin 3.5 Template Modifications

Administrative Tools Dropdown
Mod Version: 1.10, by ()

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 11
Released: 30 Jan 2006 Last Update: 30 Jan 2006 Downloads: 5
Not Supported Template Edits  

Administrative Tools Dropdown Menu

What it does: Adds a dropdown menu visible only to the Administrator group for Admin tools and related links.

Time to install: 5 Minutes
Difficulty: Easy
Templates: 1
Phrases: 1

Step 1:

AdminCP -> Languages & Phrases -> Phrase Manager -> Add New Phrase
Phrase Type: Global
Product: vBulletin
Varname: navadmin
Text: Admin Tools

Step 2:

Style & Templates -> Style Manager -> (Your Style) -> Edit Templates -> Navigation / Breadcrumb Templates -> navbar

Find:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Add AFTER:

Code:
<!-- Admin Menu -->
<if condition="$show['admincplink']">
	<if condition="$show['popups']">
	<!-- start vBMenu control element -->
        	<td class="vbmenu_control" id="AdminMenu">
	        <a STYLE="text-decoration:none" href="#">$vbphrase[navadmin]</a>
        	<script type="text/javascript">
	        <!--
	        vbmenu_register("AdminMenu");
        	//-->
	        </script>
	        </td>   
	<!-- end vBMenu control element -->
          </if>
</if>
<!-- /Admin Menu -->
Find:

Code:
<!-- / NAVBAR POPUP MENUS -->
Add ABOVE:

Code:
<!-- Admin Tools Menu Element -->
<if condition="$show['admincplink']">
	<div class="vbmenu_popup" id="AdminMenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr><td class="thead">Admin Tools</span></td></tr>
		<tr><td class="vbmenu_option"><a href="http://option1">First Option</a></td></tr>
		<tr><td class="vbmenu_option"><a href="http://option2">Second Option</a></td></tr>
	        <tr><td class="vbmenu_option"><a href="http://option3">Third Option</a></td></tr>
	        </table>
	</div>
</if>
<!-- /Admin Tools Menu Element -->
Change http://option1/2/3 to the full URL of the option you'd like to link. For example, if you wanted to put a link to the AdminCP in the dropdown, the code would be:

Code:
<tr><td class="vbmenu_option"><a href="http://www.yourdomain.tld/forum/admincp/index.php">Admin CP</a></td></tr>
"First/Second/Third Option" is simply the text displayed in the dropdown, edit it to suit whatever it is you're linking to. I personally don't use this for the AdminCP, but I find it useful for linking to PSIStats, Moderator Statistics and my VPS Server's Control Panel.

Screenshot attached.

Please Click if you are using this. Thanks!

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

Administrative and Maintenance Tools WebMaster Tools - Multiple Data Center Pagerank Tools Modification Graveyard
[3.0.0 Gamma, RC1, RC2] Moderator Thread Tools/Admin Tools behavior change vBulletin 3.0 Template Modifications
[3.0.0 Gamma, RC1, RC2] Moderator Thread Tools/Admin Tools behavior change vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024