Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MODCP User Administration (renamed from Username/Usergroup Changes) Details »»
MODCP User Administration (renamed from Username/Usergroup Changes)
Version: 1.30, by nestaron nestaron is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 02-08-2009 Last Update: 02-13-2009 Installs: 93
Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

Nestaron's MODCP User Administration


This mod will allow for limited User Profile Edding changes in the MODCP. There are 6 options that can be set via the vBulletin Options/Settings:

Features:
  1. Change Usernames
  2. Change/Set Custom User Titles
  3. Change Usergroups
  4. Set Access Mask
  5. View Current Access Mask
  • Enables/Disables the product.
  • Enable/Distable ModCP Index Page Search Box
    [*Protected Users - Set by entering userids, separate user with commas.
  • Restricted Usergroups - Set by entering usergroupids, separate usergroups with commas. (default groups are Super Moderators, Administrators, Moderators, Banned Users).
  • Usergroups Allowed to Use mod - Set by entering usergroupids, separate usergroups with commas. (default groups are Super Moderators & Administrators).
  • Restricted Forums - This is for the access mask feature. Set by entering forumids, separate forums using commas.

Please mark installed to get support help.


Usergroup Restrictions: The default settings are going to be fine for a majority of sites. Upon install the following usergroups are restricted: Moderator, Administrator, Super Moderator & Banned Users.

It's important that the banned usergroup is included since this mod does not handle bans. There is no option to set a length or reason for bans via this mod. Moderators will still be able to ban via the normal MODCP ban user menu.

Installation Instructions:
  1. Upload the files in the upload/modcp/ folder to the modcp folder on your site.
  2. Import that product XML File via the AdminCP.
  3. Set your options for restricted users and usergroups.
  4. Set the CANVIEWPROFILE setting to YES for Moderator to Access this Mod, Set to NO to deny access to this mod.

Special note: Moderator setting of "Can View Whole Profile" is required for some features of this mod.

Special note (re: access mask): Super Moderators can no give themselves access to restricted forums. HOWEVER, if they already have an access mask set for a restricted forums they are able to change it. User Usergroup permissions to deny access to forums for Super Moderators instead of access mask.

This mod has been tested on versions 3.7.2 and 3.8.0 of vBulletin.
Report Bugs & request additions here or via PMs.

Version 1.1 Update: Fixed an issue where a Moderator could still assign a restricted group. If two or more additional groups are selected, including a restricted group the mod was able to assign the group. This has been fixed in the 1.1 update.

Version 1.2 Update:
  • Added search form to ModCP index page. Option to turn this on/off in settings.
  • Changed Permission to use a vb option setting for who can use this mod. The "canviewprofile" setting is still required; However, now you can set "canviewprofile" to yes for people who you don't want to use this mod without giving them the ability to change user settings.
  • Cleaned up phrases and error messages.

Version 1.3 Update:
  • Consolidated User Editor Form to include both usergroups, username and title edits.
  • Added Access Mask Control.
  • Fixed several permission check issues
  • Added more settings in vb Options.
  • Cleaned up phrases, consolidated forms & update code.

Download Now

File Type: zip nestaron_ucm.zip (11.5 KB, 519 views)

Screenshots

File Type: jpg modcpindex.jpg (65.8 KB, 0 views)
File Type: jpg modcpnavbar.jpg (26.6 KB, 0 views)
File Type: jpg quicklinks.jpg (9.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-22-2010, 07:55 AM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

founded it i had to uncomment these lines

PHP Code:
// Create Form - Usergroup Options
//    print_table_header($vbphrase['usergroup_options']);
//    print_chooser_row($vbphrase['primary_usergroup'], 'user[usergroupid]', 'usergroup', $user['usergroupid']);
    if (!empty($user['membergroupids']))
    {
        $usergroupids = $user['usergroupid'] . (!empty($user['membergroupids']) ? ',' . $user['membergroupids'] : '');
//        print_chooser_row($vbphrase['display_usergroup'], 'user[displaygroupid]', 'usergroup', iif($user['displaygroupid'] == 0, -1, $user['displaygroupid']), $vbphrase['default'], 0, "WHERE usergroupid IN ($usergroupids)");
    }
    $tempgroup = $user['usergroupid'];
    $user['usergroupid'] = 0;
//    print_membergroup_row($vbphrase['additional_usergroups'], 'user[membergroupids]', 0, $user);
    $user['usergroupid'] = $tempgroup;
    
    ?>
    </table>
    </td>
    </tr>
    <?php

//    print_table_break('', $OUTERTABLEWIDTH);
    
$tableadded 1;
    
print_submit_row($vbphrase['ucm_save_user']);
}

but how to disable access masks ?
Reply With Quote
  #33  
Old 11-23-2010, 06:07 AM
Konstantinos Konstantinos is offline
 
Join Date: Apr 2006
Posts: 443
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i also found a bug, when access masks are globaly disabled in ACP the hack still allows access masks to be used :/
Reply With Quote
  #34  
Old 11-24-2010, 11:57 AM
shzad1 shzad1 is offline
 
Join Date: Jul 2008
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Work
Really Awesome 1
Reply With Quote
  #35  
Old 12-12-2011, 10:32 PM
SEW810's Avatar
SEW810 SEW810 is offline
 
Join Date: Mar 2008
Location: M?xico City
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nothing for vbulletin 4.1.x???

C'mon ppl, support this great mod. (or at least, somebody try to make it work with vb 4.)

Regards!!!
Reply With Quote
  #36  
Old 12-28-2011, 03:00 PM
oxblood12's Avatar
oxblood12 oxblood12 is offline
 
Join Date: Oct 2006
Location: SANTIAGO
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for add
Reply With Quote
  #37  
Old 02-03-2012, 12:40 PM
sailnet sailnet is offline
 
Join Date: Oct 2009
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my mods also asked if they could edit the "home page" field - can that be added.

we have a lot people accessing our site who are always trying to advertise their businesses for free.

via the username (which my mods can now change due to this great mod) - their signatures (which the mods have always been able to change) and via their Home Page field - which I would also like the mods to be able to edit.

can this be added? - thanks in advance.
Reply With Quote
  #38  
Old 02-04-2012, 12:32 PM
sailnet sailnet is offline
 
Join Date: Oct 2009
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can someone help me out with this - I've modified some of the code in the included php module but can't seem to get it working.
Reply With Quote
  #39  
Old 11-04-2012, 03:42 PM
jdwood14 jdwood14 is offline
 
Join Date: Mar 2012
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know the mod was designed for 3.8 but it works fine in 4.2 but has one problem. I was wondering if someone could please help with this. When you use the mod in the modcp and add a usergroup to a user or change the usergroup of a user. they will loose all previous rank badges that they have. example: the user is assigned to primary usergroup of junior member and they have a graphic badge for junior member, and you add a secondary usergroup to the user of Elite member, which also adds a graphic badge. but when you change any usergroup of the user through the mod. it will take away all of the graphic badges. the permissions work fine. they just loose the badge. and the only way to correct it, is to go to admincp and just click the user's name and then just click save. and all the graphic badges appear correctly. does anyone know how we could possibly fix this?
Reply With Quote
  #40  
Old 12-13-2012, 04:56 PM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I use this mod and it is really great =) but can we add a restriction for super mods not to be able to search ip addresses of the users? Only admin can.
Reply With Quote
  #41  
Old 02-15-2013, 07:35 PM
titodj titodj is offline
 
Join Date: Dec 2005
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OMG !!!! This is what I needed !!! Thanks !!
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:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12421 seconds
  • Memory Usage 2,340KB
  • Queries Executed 28 (?)
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)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete