vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - MODCP User Administration (renamed from Username/Usergroup Changes) (https://vborg.vbsupport.ru/showthread.php?t=204787)

Konstantinos 11-22-2010 07:55 AM

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 ?

Konstantinos 11-23-2010 06:07 AM

i also found a bug, when access masks are globaly disabled in ACP the hack still allows access masks to be used :/

shzad1 11-24-2010 11:57 AM

Great Work
Really Awesome 1 :)

SEW810 12-12-2011 10:32 PM

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!!!

oxblood12 12-28-2011 03:00 PM

thanks for add

sailnet 02-03-2012 12:40 PM

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.

sailnet 02-04-2012 12:32 PM

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.

jdwood14 11-04-2012 03:42 PM

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?

katie hunter 12-13-2012 04:56 PM

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.

titodj 02-15-2013 07:35 PM

OMG !!!! This is what I needed !!! Thanks !!


All times are GMT. The time now is 11:29 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.01058 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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