![]() |
[Mini hack] Add Admin, Mod dropdown on Navbar
Original mod for 3.0.3 released on vbulletin Fans website [http://www.vbulletin.nl/showthread.php?t=2329] by Duncan99
Quote:
Update 1.0.2 Fixed no show for moderators Update 1.0.3 Fixed links not working anwhere other than forumhome |
any screen ?
|
screenshot added
|
I would wrap it so the regular members don't even see the Staff drop down. :)
|
Regular members will not see the drop menu, only members with control panel priviliges will see the menu
|
You're right. I didn't look at the top piece of code very closely. ;)
|
Hello,
I tried this, but it don't works, no Mod see the link, what's wrong? <if condition="$show['modcplink'] OR $bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '7'"> |
You should not need the
Code:
OR $bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '7'"> Code:
<if condition="$show['modcplink']"> does the modcp link in the footer show for your mods? I ask this because that uses the same conditional to show for mods |
Yes, that's the code from the footer with id 5 and 7 and it works, without this it don't works :ermm:
|
Have you tried
Code:
<if condition="$bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '7'"> |
All times are GMT. The time now is 02:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|