Admin And Mod Toolbar In Navbar

MobileHacks

New Member
Description
This is a template modification that will add an "Admin Toolbar" to the navbar if you are an administrator, and a "Mod Toolbar" to the navbar if you are a Mod/Super Mod.

Other usergroups Can Not! see these toolbars!

Each Toolbar is a dropdown menu with shortcuts to the Admin/Mod panel, and frequently used tools within the Admin/Mod Panel.

By Default, these are the shortcut in each Toolbar:

Administrators


  • Admin Panel Home
  • Vbulletin Options
  • Style Manager
  • Usergroup Manager
  • Forum Manager
  • Infraction Manager
  • Search for User
  • Ban User
  • New Announcement
Moderators

  • Mod Panel Home
  • Search for User
  • Search for IP
  • Ban User
  • New Announcement
*Links can be customized [easily]! Please check the download for instructions.

Known Issues
SOLVED IN V2.5!
If you are an administrator, then you will see Both the "Admin Toolbar" and the "Mod Toolbar" in the navbar. (See the second Screenshot to see what I mean).

2z90g1f.jpg


mlihxh.jpg


(These screenshots were taken in v1. The administrator Glitch has been solved, and is no longer in V2.5, please see the "Known Bugs" section above)

Tested and working perfetly in vBulletin 3.8.1, althought it should work in all versions of vBulletin newer than 3.5.
 

Soulstrike

New Member
Can't find :
Code:
<if condition="$show['member']">
		<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
	</if>
 
Top