Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-28-2003, 09:38 AM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NP
Reply With Quote
  #12  
Old 02-04-2003, 01:57 PM
Roody Roody is offline
 
Join Date: Mar 2002
Location: Florida
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey man. Just dropping you a line to see if you have came up with anything yet?
Reply With Quote
  #13  
Old 02-08-2003, 10:16 AM
Roody Roody is offline
 
Join Date: Mar 2002
Location: Florida
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bumping this back up for Kars.
Reply With Quote
  #14  
Old 02-08-2003, 10:58 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To change the order of usergroups, you basically need to add the new admin or moderator usergroup, or any other usergroup, into your showgroups.php in the order you want it to appear, by doing this.

To do this, follow these instructions.

1) You need to find out the usergroupid of the usergroup you want to change the order of.

2) Make sure in the Admin CP, Usergroup, Edit, it is set to "Yes" for Showgroups.

3) Assuming this is a new moderator usergroup, which you want to show after the Admin usergroup, but before the Moderator usergroup, do this:

Open showgroups.php:

Find:

PHP Code:
    if ($usergroupid == 6) { // Admins
        
eval("\$admininfo .= \"".gettemplate("showgroups_adminbit")."\";");
        
$admingrouptitle=$user['title']; 
BELOW, ADD:

PHP Code:
    } else if ($usergroupid == XX) { // New usergroup
        
eval("\$usergroupXX .= \"".gettemplate("showgroups_adminbit")."\";");
        
$usergroupXXtitle=$user['title']; 
Change XX (which occurs THREE TIMES in the code) to the usergroupid you want to add.

You can add multiple copies of this.

4) Then, find:

PHP Code:
if ($admininfo) {
    if (
$admingrouptitle=='') {
      
$groupname 'Administrators';
    } else {
        
$groupname $admingrouptitle;
    }
    if (
substr($groupname,-1)!="s") {
        
$groupname.="s";
    }

    
$adminbits $admininfo;
    eval(
"\$groupbits .= \"".gettemplate("showgroups_group")."\";");

BELOW, ADD:

PHP Code:
if ($usergroupXX) {
    if (
$usergroupXXtitle=='') {
      
$groupname 'NewName';
    } else {
        
$groupname $usergroupXXtitle;
    }
    if (
substr($groupname,-1)!="s") {
        
$groupname.="s";
    }

    
$adminbits $usergroupXX;
    eval(
"\$groupbits .= \"".gettemplate("showgroups_group")."\";");

Change XX (which occurs FOUR TIMES) to the usergroupid number, and change 'NewName' to the name of the new Usergroup.

You can add more of these if you wish as well, as long as each of this is paired with additions to the previous section.

That's it! You can work it out yourself, the finer details...
Reply With Quote
  #15  
Old 04-03-2003, 10:00 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure if you know Roody but afterlab released a hack for those wanting to change the order of usergroups. The hacks in the link below. For information on it head on over there.

https://vborg.vbsupport.ru/showthrea...ght=showgroups
Reply With Quote
  #16  
Old 04-03-2003, 05:39 PM
Roody Roody is offline
 
Join Date: Mar 2002
Location: Florida
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx I appreciate the link.
Reply With Quote
  #17  
Old 04-05-2003, 04:52 AM
SS9267547's Avatar
SS9267547 SS9267547 is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem, was searching for this myself and noticed your post so I thought I would let you know as well
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:15 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.07311 seconds
  • Memory Usage 2,254KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete