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)

nestaron 02-15-2009 01:00 AM

Quote:

Originally Posted by Spank (Post 1744215)
Hi. I have private custom user fields that I want my super mods to be able update, is this possible?

Not at this time, but perhaps in a future update.

wo0kie 06-21-2009 12:29 AM

The ability to restrict usergroups (as opposed to original userid) from being editable would be a great feature to add to this mod.

Works as expected.

al7or2008 07-14-2009 06:59 AM

i want it to change the password also

al7or2008 07-14-2009 07:00 AM

with email

nestaron 07-14-2009 05:21 PM

If you're referring to sending the user their password via email, I was not able to get that to work. It would require created a new script with how the email is sent and how it redirects you back to the modcp.

Something maybe for future update.

indiancinema 07-17-2009 02:03 AM

can you add the function to change the password of users

TheLastSuperman 11-05-2009 12:37 AM

Well hey hey now it's Nestaron from TOG!

:D I didn't know you had released anything yet but nice work imo it reminds me of something from a while back *cough *cough

[high]* TheLastSuperman marks as installed ;)[/high]

owning_y0u 02-20-2010 07:06 AM

installed on VB4.0 and it works like a charm :D

toyotas.de 09-07-2010 09:04 PM

Jep, works perfectly on 4.0.6! Thank you!

Konstantinos 11-22-2010 07:31 AM

i want to disable the usergroup and access mask and i want my mods only to be able to use username and usertitle settings . how ? it seems in need to edit useradministration.php but what exactly, removing this caused parse error

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']);
}



All times are GMT. The time now is 01:02 AM.

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.01108 seconds
  • Memory Usage 1,740KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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