vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Add Usergroup as Moderator (https://vborg.vbsupport.ru/showthread.php?t=93543)

demoniavbh 11-26-2008 10:52 AM

OK, PERFECT :)

But is there anyway not to list this moderators? I mean, in Forum Leaders, in Moderators, I'd like to have only in "User name" the group's name and if I cliked there, then list that group's members.
Now they are 2 times: as part of that group and as moderators, and I prefere having them listed as part of that group.

BaziCenter 01-16-2009 08:07 PM

Quote:

Originally Posted by demoniavbh (Post 1673267)
OK, PERFECT :)

But is there anyway not to list this moderators? I mean, in Forum Leaders, in Moderators, I'd like to have only in "User name" the group's name and if I cliked there, then list that group's members.
Now they are 2 times: as part of that group and as moderators, and I prefere having them listed as part of that group.

i have this problem too

i want it for 3.8.0

kud0gfx 03-04-2009 08:46 AM

Quote:

Originally Posted by NolF (Post 1648789)
A quick but dirty method to get rid of it is to go in to the following plugin
Add Usergroup as Moderator: Show Usergroup forumdisplay_moderator

find
Code:

$show['doshowmodgroup'] = false;
        $moderatorslist .= '||';

change to
Code:

$show['doshowmodgroup'] = false;
        $moderatorslist .= '';

It seems to work :)


Would be nice if it was updated to 3.7 though 3.8 is coming "soon" so I wouldn't hold my breath for a 3.7 release unfortunetly

It worked in 3.8.1

Thank you dude!

Been Told 04-25-2009 03:23 PM

Working great with 3.8.2 here. Thanks for a great mod that really should have become a part of vBulletin many versions ago.

myown 06-24-2009 02:25 PM

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:

                                INSERT INTO moderator (userid, forumid, permissions, moderatorusergroupid, modusergroupid)
                                SELECT user.userid, moderatorusergroup.forumid, moderatorusergroup.permissions, moderatorusergroup.moderatorusergroupid, moderatorusergroup.usergroupid
                                FROM moderatorusergroup AS moderatorusergroup
                                LEFT JOIN user AS user ON (user.usergroupid=moderatorusergroup.usergroupid OR FIND_IN_SET(moderatorusergroup.usergroupid, user.membergroupids))
                                WHERE (NOT ISNULL(user.userid)) AND moderatorusergroup.moderatorusergroupid=2;

MySQL Error  : Duplicate entry '830-118' for key 2
Error Number  : 1062

got this error when tried to add usergroup ad moderator.

edgegamers 07-27-2009 01:00 PM

myown: We are encountering the same issue. The problem is you have a member who already has moderator rights above/below the forum category you are trying to add to. The script needs to attempt to locate if a user has moderator rights higher up in the tree and assign the access appropriately. This will be a fairly significant change to the code. Is the owner of this project still around?

jluerken 10-13-2009 05:15 AM

Hey Andreas,

this is still one of the most needed features for vBulletin admins maintaining larger boards.
Is there a chance that you'll update the mod please?

Kind regards
jluerken

jfuchs 10-16-2009 07:00 PM

Quote:

Originally Posted by jluerken (Post 1898968)
Hey Andreas,

this is still one of the most needed features for vBulletin admins maintaining larger boards.
Is there a chance that you'll update the mod please?

Kind regards
jluerken

Hi I also use this addon, it's really nice.
A new version would be very nice :D

I don't like to add more than 20 mods by hand !

Regards johannes

ChopSuey 10-21-2009 11:31 AM

Agreed, a new version for 3.8.4 would be great.

giraffesyo 11-04-2009 07:20 AM

Quote:

Originally Posted by ChopSuey (Post 1903144)
Agreed, a new version for 3.8.4 would be great.

As far as compatibility, it looks like it runs, but a version meant for 3.8.4 would be much better.

Looking forward to future editions.


All times are GMT. The time now is 08:06 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.01234 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_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