Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Add Usergroup as Moderator Details »»
Add Usergroup as Moderator
Version: 1.0.10, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 08-02-2005 Last Update: 01-15-2006 Installs: 177
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

Add Usergroup as Moderator
Description
This Hack allows you to add a whole Usergroup as Moderators.
(Of course you can not only add but also remove it, change Permissions, etc. )

Details
1 Product XML with 1 Plugin, 16 Phrases and 2 Queries
1 ACP Navigation XML
1 ACP Applet
1 Datamanager Class

History
1.0.0
Initial Version

1.0.1
Fixed a slight Bug regarding Table Prefixes

1.0.2
Removed Multi-Table DELETEs to improve mySQL compatibility

1.0.3
Fixed a missing s that caused Moderator Permissions not being removed when a User is being removed from the Moderator Usergroup

1.0.4
Fixed a Bug regarding Table Prefixes

1.0.5
Code optimization
Usergroup is now being shown instead of individual Moderators on Forumhome/Forumdisplay

1.0.6
Fixed a Problem with conflicting column Names

1.0.7
Added a few checks to prevent Moderators of Moderator Usergroups from being modified/deleted individually

1.0.8
Added Support for moderated public Usergroups as Moderator Usergroup

1.0.9
Fixed a Bug which caused Moderator Usergroups not being displayed properly in subforums.

1.0.10
Fixed a a slight problem that could cause mySQL errors

Please only click Install if you actually have installed/are using this Hack, and click Uninstall whan you don't use it any longer!

Show Your Support

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

Comments
  #162  
Old 04-29-2008, 11:05 PM
jeepinator jeepinator is offline
 
Join Date: Dec 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, uhh... I installed this quite a while ago and it did the trick. Thanks!
But I want to remove it, which is easy... but I'd like to undo whatever it is the hack allows before removing the hack.
Problem is... I can't remember what it was
So I removed the moderators individually, then added a new user (as a test) and the the test user is now a moderator of a forum, which is kinda what I expected.
I can't seem to find where in the heck I undo making a group be moderators for a forum.
I kinda want to laugh and cry at the same time. Please help :erm:

EDIT 1:
Perhaps, through an upgrade, I lost the code that creates the
"Moderator Usergroup Manager" link in the ACP?

EDIT 2:
Yay, back to laughing. Not sure how the nifty files were missing from the folders, but they were, so I put them there, edited the stuff back to default and uninstalled the hack.
The true hack is me, haha.
Reply With Quote
  #163  
Old 04-30-2008, 05:29 PM
otto otto is offline
 
Join Date: Jan 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,

i am from germany - sorry for my bad english ...

I have installed it on vb 3.5.4 and it works ... but i have one problem with it:

The "can edit other posts" funktion is for my forum not realy the best way - i search a way, so a user can edit only its own posts at all time in forum xy and not all posts of all users in forum xy ...

Is there any way to do this with this hack?

Thanks!
Reply With Quote
  #164  
Old 05-04-2008, 11:41 PM
EvilHawk EvilHawk is offline
 
Join Date: Feb 2005
Location: Greece
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas View Post
It should. Let me know if it does not and i'll take a look at what is needed to make it compatible.
Hi Andreas, it works with the forums but it needs to be updated to support the new 3.7.0 moderator permissions for visitors messages, albums & social groups etc.

Thanks again for this time saving hack. :up:
Reply With Quote
  #165  
Old 05-05-2008, 04:08 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It doesn't really need an upgrade - the new permissions are not forum-related, and this hack was meant to manage a usergroup for forums.
Reply With Quote
  #166  
Old 05-05-2008, 08:27 AM
EvilHawk EvilHawk is offline
 
Join Date: Feb 2005
Location: Greece
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Of course, you are right about the meaning of this hack sir, but if you assign a usergroup to a forum you can not edit the new moderator permissions for each moderator.
Reply With Quote
  #167  
Old 05-08-2008, 05:28 AM
shadowevil shadowevil is offline
 
Join Date: Apr 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
It would be nice if the MOD would pick up the colour associated to the group being assigned and display it where applicable.
Quote:
Does anyone know how to do this? I'd like this to display like this:

Usergroup Name

instead of

Usergroup Name

on my site.
Edit file product-modusrgrp.xml, find:
PHP Code:
$moderator['usergrouptitle'] = $vbulletin->usergroupcache["$moderator[modusergroupid]"]['title']; 
Replace all:
PHP Code:
$moderator['usergrouptitle'] = $vbulletin->usergroupcache["$moderator[modusergroupid]"]['opentag'].$vbulletin->usergroupcache["$moderator[modusergroupid]"]['title'].$vbulletin->usergroupcache["$moderator[modusergroupid]"]['closetag']; 
It's work in 3.7.x

[I]Regards,
Reply With Quote
  #168  
Old 05-08-2008, 04:03 PM
EvilHawk EvilHawk is offline
 
Join Date: Feb 2005
Location: Greece
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadowevil View Post
It's work in 3.7.x
No it doesn't because you can not edit the new 3.7.x permissions ...
Reply With Quote
  #169  
Old 07-21-2008, 02:53 PM
Karri's Avatar
Karri Karri is offline
 
Join Date: Feb 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EvilHawk View Post
No it doesn't because you can not edit the new 3.7.x permissions ...
I am seconding this. I am trying to give my mods permissions to mod social groups and I can't since it isn't included in this mod. I can't do it from the mod since the options aren't there and when I try to do it individually it says
Quote:
You cannot modify this Moderator individually.
If you want to modify this Moderator, modify the Moderator Usergroup
So how do I let my mods mod social groups, visitor messages and user albums?
Reply With Quote
  #170  
Old 07-22-2008, 07:13 PM
Xoxideforums Xoxideforums is offline
 
Join Date: Jul 2004
Location: West Chester PA
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I have been using your plugin for quite a while and recently updated to latest Vbulletin patch. I seem to be having some emails dropping off from being sent since doing this. Is there any chance this could be because your plugin is only good up to 3.5? If so, do you plan on doing an update for 3.7?

Thanks!
Reply With Quote
  #171  
Old 07-25-2008, 06:32 PM
kud0gfx's Avatar
kud0gfx kud0gfx is offline
 
Join Date: Apr 2008
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excelent mod, does anybody know why in my forumhome it shows the text " Staff || || || || || " and not only "Staff"

it's very strange, and I don't know how to change it :S
Reply With Quote
Reply

Thread Tools

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 06:35 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.04756 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete