vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Mods can edit Users (https://vborg.vbsupport.ru/showthread.php?t=42096)

Ice Man_00 11-10-2002 03:45 PM

Never mind that one... still edit who dosen`t work.. hehe.. just me who dosen`t read it..

But still notthing... :(

Xenon 11-10-2002 03:46 PM

well, we know it works, so you must made a little mistake...

i cannot help more, just try it again to implement the hack ;)

Ice Man_00 11-10-2002 03:49 PM

Never mind it all !!... LOL

This hack worked... pressed installed on this one.. thank you a lot !!!!

Cheers.

Xenon 11-10-2002 04:02 PM

:)
glad to hear :)

you're welcome

assassingod 11-10-2002 06:18 PM

Now I can install this one;)

Thanks Xenon

Dynamic One 11-15-2002 09:06 AM

Great Job. A Mod already asked me for this. Going to use this :D.

iblis 11-15-2002 03:15 PM

i have a special usergroup called crew
they are kindoff supermoderators.. they help me out :)

they are usergroup 14, how do i modify the hack so that it will apply for this usergroup

cheers

Xenon 11-15-2002 08:00 PM

after this:
PHP Code:

if ($action=="edit") { 

and after this:
PHP Code:

if ($HTTP_POST_VARS['action']=="doupdate") { 

just add this:
PHP Code:

if($bbuserinfo[usergroupid]!=14) {
echo 
"You cannot edit users!!";
exit;



350Chevy 11-17-2002 10:03 PM

Doesn't work for me in 2.2.8... My moderators cannot even view the user panel and the Super Moderators do not have a Submit or Apply or any type of button to apply changes done to the users profiles. I've triple checked the code and it's entered correctly.

Any suggestions?

Xenon 11-18-2002 03:58 PM

it works correctly on vb228, i use it there ;)

check your moderator permissions, they must be allowed to view userprofiles, to be able to edit them.

also be sure you click on the editlink of a user, not the viewlink, or your supermods cannot change anything ;)


All times are GMT. The time now is 06:35 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.01052 seconds
  • Memory Usage 1,731KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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