Back to vBulletin 3.6 Template Modifications

[Naxon] Re-Ordering The showgroups.php
Mod Version: 1.00, by Naxon

This modification is in the archives.
vB Version: 3.6.5 Rating: (3 votes - 5.00 average) Installs: 25
Released: 19 Mar 2007 Last Update: Never Downloads: 8
Not Supported Template Edits  

This mod allows you to put the Moderators last, the Administrators first and the Super Moderators second.

Installation:
  1. Open the SHOWGROUPS template.
  2. Find:
    Code:
    <!-- moderators -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
     <td class="tcat" colspan="4">$vbphrase[moderators]</td>
    </tr>
    <tr>
     <td class="thead">&nbsp;</td>
     <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
     <td class="thead" width="50%">$vbphrase[forums]</td>
     <td class="thead">$vbphrase[contact]</td>
    </tr>
    $moderatorbits
    </table>
    <br />
    <!-- end moderators -->
  3. Remove this.
  4. Find:
    Code:
    $usergroups
  5. Add below:
    Code:
    <!-- moderators -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
     <td class="tcat" colspan="4">$vbphrase[moderators]</td>
    </tr>
    <tr>
     <td class="thead">&nbsp;</td>
     <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
     <td class="thead" width="50%">$vbphrase[forums]</td>
     <td class="thead">$vbphrase[contact]</td>
    </tr>
    $moderatorbits
    </table>
    <br />
    <!-- end moderators -->
  6. Edit the MembersGroup 'Administrators' and replace the 'Title' with this:
    Code:
    <!-- Order="1" -->Administrators
  7. Save.
  8. Edit the MembersGroup 'Super Moderators' and replace the 'Title' with this:
    Code:
    <!-- Order="2" -->Super Moderators
  9. Save.
Enjoy

Download

No files for download.

Supporters / CoAuthors

  • Naxon

Similar Mods

BB Code Enhancements [Naxon] Fieldset BBCODE vBulletin 3.6 Template Modifications
Mini Mods [Naxon] Global Variables vBulletin 3.6 Add-ons
Major Additions [Naxon] mod_rewrite vBulletin 3.6 Add-ons
Mini Mods [Naxon] Welcome Box On Index vBulletin 3.6 Template Modifications
Mini Mods [Naxon] ACP And MCP Links On Navbar vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024