Log in

View Full Version : Mini Mods - Mod Dropdown Menu in the Navbar


Sofia
05-22-2009, 10:00 PM
This mod allows you to add in the navbar a dropdown menu with modcp links.
This menu is (of course) only available for admins and moderators
It appears only for moderators who have mod link in the footer.


https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=214396


https://vborg.vbsupport.ru/external/2009/05/3.png




Installation

In the template navbar (or header if you've a customized style with navbar in the header template)

Find:

<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase</a></td>
</if>Add above:

<if condition="$show['modcplink']"><td id="mod" class="vbmenu_control"><a href="$modcpdir/index.php" accesskey="4" rel="nofollow">Mod</a> <script type="text/javascript"> vbmenu_register("mod"); </script></td></if>

[U]In the template Navbar (or Header),

Find:

<!-- / PAGENAV POPUP -->Add below:

<!-- / Mod menu -->
<if condition="$show['modcplink']">
<div class="vbmenu_popup" id="mod_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Announcements</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/announcement.php?do=add">Post New Announcement</a></td>
</tr>
<tr>
<td class="thead">Moderation</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/moderate.php?do=posts">Moderate Threads</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/moderate.php?do=posts#posts">Moderate Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/moderate.php?do=attachments">Moderate Attachments</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/moderate.php?do=events">Moderate Events</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/moderate.php?do=messages">Moderate Visitor Messages</a></td>
</tr>
<tr>
<td class="thead">Users</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/user.php?do=find">Search for Users</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/banning.php?do=banuser">Ban Users</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/banning.php?do=modify">View Banned Users</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="$modcpdir/user.php?do=doips">Search IP Addresses</a></td>
</tr>
</table>
</div></if>
<!-- / Mod menu -->Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=214396) if you like this mod.

Enjoy ! :)

DobieGillis?
05-23-2009, 10:00 PM
Sofia, you are quickly becoming my favorite coder/designer!

lm3a.net
05-24-2009, 04:51 AM
thank you,

Sofia
05-24-2009, 09:00 AM
Sofia, you are quickly becoming my favorite coder/designer!

Thank you, DobieGillis :p

carubmun
06-10-2009, 11:15 PM
What about for moderators who dont show in the footer?
Most of my moderators dont show up in the footer at all, but that may be a completely different issue that i have yet to figure out.

sheppardzwc
06-13-2009, 05:11 PM
What about for moderators who dont show in the footer?
Most of my moderators dont show up in the footer at all, but that may be a completely different issue that i have yet to figure out.
You could always use can_moderate() but the menu would still need them to have access to the ModCP, given the reason Sofia used the other variable.

4nawadir.com
06-13-2009, 06:54 PM
Great, Thanks
Installed

s-p0k
06-25-2009, 04:46 PM
ty
Installed

mabersoft
06-28-2009, 09:29 AM
Can i use this on a style i will be making and giving away for free?

Sofia
06-28-2009, 10:02 AM
Can i use this on a style i will be making and giving away for free?

Hi Mabersoft. Sure, you can ;)

mabersoft
06-28-2009, 10:06 AM
Thanks a lot :).

New Joe
06-29-2009, 04:56 AM
How to add other links from the Admin Panel into the drop down?

Sofia
06-30-2009, 09:43 AM
How to add other links from the Admin Panel into the drop down?

Just add

<tr>
<td class="vbmenu_option"><a href="$modcpdir/your_link">your_phrase</a></td>
</tr>

Robert Waanders
10-07-2009, 01:09 PM
wunderfull! thx!

93Corvette
11-14-2009, 06:09 AM
Just wanted to add this for the Newbies like me that have a hard time locating which file to edit....

Template Edit:
Styles and Templates > Style Manager > Your Style > Edit Templates > Navagation / Breadcrumb Templates > Navbar

Dflow75
11-20-2009, 11:41 PM
Nice release thanks