Back to vBulletin 3.5 Template Modifications

Staff Contact
Mod Version: 1.00, by Mastar

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 19
Released: 16 Dec 2005 Last Update: 16 Dec 2005 Downloads: 13
Not Supported  

This is my first mod so please be gentle!

Tested on Vb3.50 & Vb3.52

Install Time 2 mins
__________________

STAFF CONTACT For VB3.5.x
__________________

DESC: This email you staff by just a click of the dropdown menu in the forum's navbar.
Viewable be usergroups you select.

1 Template Edit: Navbar

You can change usergroups by editing: Change the # with yours
Code:
<if condition="$bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'">
Or add Usergroups by adding:
Code:
OR $bbuserinfo['usergroupid'] == '#'
(change '#' with your usergroup number)

To add more staff Cateogries add:
Code:
<tr><td class="thead">Contact Admins</td></tr>
(change 'Contact Admins' to your staff's Title)

To add more staff add:
Code:
<tr><td class="vbmenu_option"><a href="mailto:email">MASTAR</a></tr></td>
(change 'ME@YOU' to your staff's email address)

==================
+INSTALLATION +
==================


***********************
In NavBar Template
FIND:

***********************

Code:
 <if condition="$show['member']">
      <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
    </if>
***********************
ADD UNDER
***********************


Code:
<!-- Admins Menu -->
 <if condition="$bbuserinfo['usergroupid'] == '5' OR $bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'">
<td id="admins" class="vbmenu_control"><a href="#admins">STAFF</a> <script type="text/javascript"> vbmenu_register("admins"); </script></td> </if>
<!-- Admins Menu -->
***********************
Still In NavBar Template
FIND:

***********************


Code:
<!-- NAVBAR POPUP MENUS -->
***********************
ADD UNDER
***********************


Code:
<!-- Admins Menu -->
 <div class="vbmenu_popup" id="admins_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
  <tr><td class="thead">Contact Admins</td></tr>
<tr><td class="vbmenu_option"><a href="mailto:email">MASTAR</a></tr></td>
<tr><td class="vbmenu_option"><a href="mailto:email">MASTAR</a></tr></td>
  <tr><td class="thead">Contact Super Mods</td></tr>
<tr><td class="vbmenu_option"><a href="mailto:email">MASTAR</a></tr></td>
  <tr><td class="thead">Contact Mods</td></tr>
<tr><td class="vbmenu_option"><a href="mailto:email">MASTAR</a></tr></td>
</table>
</if>
  </div>
<!-- Admins Menu -->
******************************************************************************** ***********************************

That's It!
!CLICK INSTALL!

=============
+ MASTER +
=============

Download

This modification is archived and cannot be downloaded.

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024