vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   [Naxon] Re-Ordering The showgroups.php (https://vborg.vbsupport.ru/showthread.php?t=142494)

Naxon 03-18-2007 10:00 PM

[Naxon] Re-Ordering The showgroups.php
 
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 :)

Naxon 03-19-2007 11:32 AM

~Reserved~

mat.knott 03-19-2007 08:27 PM

clickes install

TheSh@rk 03-20-2007 01:06 PM

Thank you very much Daniel.
Very useful and looks great.
Clicked install.
Attachment 62112

Naxon 03-20-2007 05:45 PM

Thank's Kfir :)
Why don't you clicked Installed? you have installed this...

m002.p 03-23-2007 06:01 PM

could this be customised for other usergroups?

I mean if i have my own custom usergroups, how would I go about re-ordering them all rather than just the admins & mods?

Nice hack anyway!

Naxon 03-23-2007 10:07 PM

Quote:

<!-- Order="Number Of Order" -->Group's Name
Any group you want :)

thincom2000 03-24-2007 05:22 AM

I have been administrating my forum for almost a year now but...

Where is the link to showgroups.php supposed to be? I don't think I have a link there anywhere in my forum.

Naxon 03-24-2007 09:58 AM

Ummm... Maybe somebody removed it while he was building this skin...

Atakan KOC 03-26-2007 06:44 AM

Thanks....


All times are GMT. The time now is 05:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04663 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete