Log in

View Full Version : Restrict Supermod Permissions


Andreas
06-25-2005, 10:00 PM
Restrict Supermod Permissions
This Hack allows you to restrict the Permissions of Supermods just as you can with normal Moderators.

Details
1 Bitfield XML File
1 Query
1 File Edit (only for Versions < 3.5 RC3)

History
1.0.0
Initial Version

1.0.1
Fixed wrong Phrases

1.0.2
Updated for RC3
This Hack is now packaged as a Product and does not require File Edits any longer

1.0.3
Moved the Permissions to their own Group (Super Moderator Permissions) in Usergroup Manager; they are now also hidden from Non-Supermod Usergroups
No functional changes.

1.0.4
Fixed two wrong phrases
Changed product assignment for bitfield XML from vbulletin to smodperms.

Important Notice
This Hack is not necessary nor compatible with vBulletin 3.6.
Do not install it on 3.6 and don't expect or ask for an update.

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

Christine
06-26-2005, 05:22 PM
THANK YOU Kirby!!

Downloaded and going to test now...

Christine
06-26-2005, 05:46 PM
Loaded flawlessly and is working like a champ. No messy error messages -- the permissions are controlling what options they even see.

Have I told you lately that I love you? :p

Andreas
06-26-2005, 05:50 PM
the permissions are controlling what options they even see.
Yes. They work (at least they should) exactly the same way as they do for normal Moderators.

Have I told you lately that I love you? :p
* Andreas feeling ashamed now :)

Chris M
06-27-2005, 12:00 AM
I've been saying that we need a feature like this since the first Beta of vB 3.0 - Hope this makes it into 3.5 as an actual feature :D

Satan

southernlady
07-07-2005, 11:46 AM
Database error in vBulletin 3.5.0 Beta 3:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Super Moderators',
`description` = '',
`usertitle` = 'Super Moderator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '917503',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '3',
`pmsendmax` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '0',
`modpermissions` = '32',
`genericpermissions` = '204430703',
`genericoptions` = '31',
`profilepicmaxwidth` = '150',
`profilepicmaxheight` = '150',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000'
WHERE usergroupid=5;

MySQL Error : Unknown column 'modpermissions' in 'field list'
Error Number : 1054
Date : Thursday, July 7th 2005 @ 07:20:05 AM
Script forum/admincp/usergroup.php
Referrer : http/admincp/usergroup.php?do=edit&usergroupid=5
IP Address
Username
Classname

I got an error but I suspect it has more to do with MY MySQL version or my phpmyadmin and not the modification itself. I'm using (only because I have no choice), MySQL version is 4.0.24 and phpmyadmin is 2.6.2-rc1. Liz

Andreas
07-07-2005, 11:50 AM
This has nothing to do with your mySQL Version (it even works with mySQL 3.23), you just did not install it correctly.
Carefully (!) check the installation instructions again, especially Step 1.

southernlady
07-07-2005, 12:02 PM
Kirby, I've NEVER run a query before...HELP???? Please. Liz

Andreas
07-07-2005, 12:09 PM
ACP / Maintenance / Execute SQL Query or phpMyAdmin
http://vbulletin.com/forum/showthread.php?t=18558

southernlady
07-07-2005, 12:10 PM
I'm in phpmyadmin cause that's where I have to run it but I don't know how. I've never done it before. And my host isn't online yet.

Thank you for the link.. Liz

Marco van Herwaarden
07-07-2005, 12:50 PM
If you are logged into phpMyAdmin and have selected a database, you will see a tab-page called 'SQL'.

On this page you can enter SQL-Commands as instructed.

southernlady
07-07-2005, 01:23 PM
Apparently I wasn't allowed to run it...my host had to...it works now. Thank you for trying to teach me how tho. I did try to run it. Liz

jluerken
07-08-2005, 05:55 AM
Why is this not standard in vb3.5? :tired:

Thanks to the author

Biker_GA
07-19-2005, 06:43 PM
Kirby, if I ever get back over there, beer is on me. This is something I've needed for a VERY long time.

Boofo
07-26-2005, 08:32 AM
Works great except that I have 2 options that are the same. Can edit Posts.


Can Moderate All Forums (is Super Moderator)
Can Access Control Panel (is Administrator)
--> Can Edit Posts
Can Delete Posts
Can Open / Close Threads
Can Edit Threads
Can Manage Threads
Can Post Announcements
Can Moderate Posts
Can Moderate Attachments
--> Can Edit Posts
Can Mass-Move Threads
Can View IP Addresses


Any idea why this might be happening, sir? ;)

EDIT: It turns out I have that same thing going on in the Admin usergroup settings also. Is this supposed to be this way?

Andreas
07-26-2005, 08:44 AM
Wrong Phrase, fixed.
To upgrade overwrite bitfield_smodperms.xml and rebuild bitfield cache.

Boofo
07-26-2005, 09:11 AM
I was just coming back to tell you I found the problem. And it was the phrase. LOL

Great work, sir. ;)

Boofo
07-26-2005, 09:17 AM
Should the Administrator Permissions be showing up in all of the Usergroup settings? It shows up in the Admin, SuperMod, Moderators and Regsitered users. Those are the ones I have checked so far.

Andreas
07-26-2005, 09:23 AM
It does show up in every Usergroup. Although there is an option to hide Permissions from certain Usergroups (in this case it should be hidden from all except Supermods), it does not seem to work on my System at least.

Furthermore, as any Usergroup could be a Supermod Usergroup, I think it somehow does make sense to show it in all Groups.

Boofo
07-26-2005, 09:31 AM
Ok, I just wanted to make sure is all. The only group it doesn't show up in is the Unregistered/Not Logged In group. It shows for Coppa, users awaiting email and the banned usergroup, too. Just thought you should know. ;)

Boofo
07-26-2005, 09:35 AM
Kirby, you need to clear some PM space. My PM didn't go out to you. ;)

Christine
07-26-2005, 02:47 PM
He is saving all of my PMs for posterity. *drama*

Heh.

Boofo
07-26-2005, 02:54 PM
Ahhhhh, so YOU'RE the one. ;)

mOdEtWo
08-03-2005, 04:22 PM
This plugin isn't updated for RC1. Does that have anything to say?

Andreas
08-03-2005, 04:32 PM
This is not a Plugin but a Code Edit and should still work.

john_robot
09-01-2005, 03:17 PM
Permissions of Supermods just as you can with normal Moderators. , Hi just noticed that this can restrict not only Supermods any user group. I am doing something wrong there ?? or its normal?

Andreas
09-01-2005, 08:14 PM
The Permissions will show up for every Usergroup, yes.
However, they will only have an effect in Supermod Usergroups.

Andreas
09-08-2005, 04:37 AM
Updated for RC3 - no more File Edits for this Hack :)

Boofo
09-08-2005, 04:55 AM
Does it still show up in all the usergroup settings?

Andreas
09-08-2005, 04:59 AM
Yes it does. But I think I could hide it so it will only show in Supermod Usergroups ... if that is necessary.

Boofo
09-08-2005, 05:01 AM
Yes it does. But I think I could hide it so it will only show in Supermod Usergroups ... if that is necessary.

Please, would you, sir? ;)

john_robot
09-12-2005, 03:10 PM
I have your MOD installed when I had RC2. But recently ( I think after I upgraded to RC3) Its showing the Deleted by user notes. How to disable this?

the discussion about this you can find here

https://vborg.vbsupport.ru/showthread.php?p=771687#post771687

Andreas
09-12-2005, 03:14 PM
I don't think this could be caused by my Hack as Show Deletion Notes is a Usergroup Permission and not a Moderator Permission, but you can easily check this by disabling the Hack.

john_robot
09-12-2005, 05:35 PM
Hi how to desable the hack ?

Andreas
09-12-2005, 05:51 PM
ACP / Plugin System / Manage Products / Disable - if you are using the RC3 Version.
For the previous Version you must undo the File Edits too.

john_robot
09-13-2005, 01:59 AM
HI , I cannot find your package there.. ( But I installed it after the upgrade i think it has been despaired and changed few settings?) So now I have installed it again. ( haven’t been able to uninstall the OLD version)

will you be able to check my admin panel pls?

john_robot
09-13-2005, 04:15 AM
Sorry to trouble you

It's a bug in 3.5 RC3.

See http://www.vbulletin.com/forum/bugs...view&bugid=1272

Boofo
09-13-2005, 06:09 AM
You're link in that post is bad. It doesn't work.

Andreas
09-13-2005, 06:14 AM
<a href="http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=1272" target="_blank">http://www.vbulletin.com/forum/bugs3...iew&bugid=1272</a>

Boofo
09-13-2005, 07:26 AM
Kirby, did you ever get this so it doesn't show up for any usergroups but Super Mods?

Andreas
09-13-2005, 07:38 AM
Not yet. I thought I should maybe make it so like Administrator Permissions, eg. it's not shown at all in Usergroup Manager?

Boofo
09-13-2005, 07:40 AM
That sounds like a good idea to me. Go for it! ;)

john_robot
09-13-2005, 11:20 AM
current method is also fine , because its more customizable with other user groups.

Andreas
09-13-2005, 11:25 AM
???
The Permissions only apply when the Group has Supermod Permissions.

john_robot
09-13-2005, 11:43 AM
oh then why you keep it for other groups just remove it, :) I thought the other way :rolleyes:

FleaBag
09-15-2005, 10:06 PM
Thanks for the product Kirby, I'm loving 3.5 more and more all the time. :)

Boofo
09-15-2005, 10:15 PM
Not yet. I thought I should maybe make it so like Administrator Permissions, eg. it's not shown at all in Usergroup Manager?

Is this gonna happen? ;)

Andreas
09-16-2005, 03:53 AM
Maybe ... when I am bored ;)

Andreas
09-17-2005, 05:44 AM
OK, I decided to keep this in Usergroup Manager - makes it a lot easier :)

But I gave the Permissions their own Group and made it so they are hidden from Non-Supermod Usergroups.

Is that OK now?

Boofo
09-17-2005, 09:35 AM
Thank you very much, now it is perfect! ;)

Boofo
09-17-2005, 10:13 AM
The can_moderate_supermod hook is almost in the right spot, huh? ;)

Andreas
09-17-2005, 10:17 AM
???
Don't understand what you want to tell me ...

Boofo
09-17-2005, 10:18 AM
???
Don't understand what you want to tell me ...

Sorry, I need to learn to read a little better. ;)

3) !!! This Edit is only necessary for vBulletin 3.5 Beta 1 - RC2; RC3 and up does not require any File Edits !!!

Andreas
09-17-2005, 10:20 AM
Maybe ;)

This Hack is File-Edit free for RC3+

Boofo
09-17-2005, 10:23 AM
Then maybe you should move it to the plug-in area? ;)

Andreas
09-17-2005, 10:55 AM
Nope, it requires a Bitfield XML => additional File => Extension.
And that's where it is already :)

Boofo
09-17-2005, 11:23 AM
Forgot about that. ;)

The permissions still show up in the Admin usergroup. That is how it is supposed to be, right?

Andreas
09-17-2005, 06:38 PM
If the Admin-Usergroup has Supermod=Yes, then it should show up - otherwise not.

Boofo
09-17-2005, 10:28 PM
If the Admin-Usergroup has Supermod=Yes, then it should show up - otherwise not.

Ok, now I see what you meant. But you would want that set to yes, right? Or are Admins allowed to moderate forums even though it is set to no? That setting has always confused me, I guess. ;)

Andreas
09-17-2005, 10:40 PM
Don't understand what could be confusing regarding this settng, but

Pre RC3: Admins had all moderator permissions
RC3+: Admins don't have moderator permissions if they are not supermods as well

Boofo
09-17-2005, 10:45 PM
Don't understand what could be confusing regarding this settng, but

Pre RC3: Admins had all moderator permissions
RC3+: Admins don't have moderator permissions if they are not supermods as well

I guess I didn't realize they changed it in RC 3. But SuperAdmins are not affected by this right? If that is the case, then it is better this way. ;)

Andreas
09-17-2005, 10:57 PM
A Superadmin is still an Admin, isn't he?

Boofo
09-17-2005, 11:03 PM
A Superadmin is still an Admin, isn't he?

Then that's where we need the chnage. SuperAdmins should be able to mod all areas no matter what. If they turn it off for other Admins, then they are out.

Andreas
09-17-2005, 11:23 PM
Well, that's standard behaviour and does have nothing to do with this Hack which deals with Supermods :)

But feel free to suggest @ .com that superadmins should have all moderator permissions.

karanlikdunya
09-25-2005, 04:12 PM
my functions.php code

if ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator'])
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
$return = true;
($hook = vBulletinHook::fetch_hook('can_moderate_supermod') ) ? eval($hook) : false;
return $return;
}
}

you code:

if ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator'] OR
$vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel'])
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
return true;

:speechless: :speechless: :speechless: :speechless:

Powered by: vBulletin Version 3.5.0 Release Candidate 3

Boofo
09-25-2005, 04:17 PM
From the first post:

1 File Edit (only for Versions < 3.5 RC3)

Andreas
09-25-2005, 08:49 PM
@karanlikdunya
As Boofo already pointed out, this Hack does not need any File Edits for RC3+.
Those are only necessary for Versions < RC3 - which is clearly stated in the readme.

WNxWakko
09-25-2005, 11:04 PM
maybe im missing something but I installed it the RC3 way and I dont see anything new or different in the supermod permissions page. What is this mod supposed to add exactly?

Andreas
09-25-2005, 11:11 PM
<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=34827" target="_blank">https://vborg.vbsupport.ru/attac...chmentid=34827</a>
This should appear in usergroup manager.

WNxWakko
09-25-2005, 11:25 PM
ok I found why. I didnt put the xml file in. Although I do notice that the header saying Elite Mod permissions is not at the top like your screenshot is. Mine us just blank at the top.

Andreas
09-25-2005, 11:46 PM
The Bitfield XML must be uploaded before the Product XML is imported, otherwise it will not work properly.
Uninstall the Product and then import the Product XML again.

Daniel
09-26-2005, 01:08 AM
You're a lifesaver, Kirby. Much appreciated *installs*

Daniel
09-26-2005, 02:09 AM
Hmm... not showing up in the Super Moderator permissions, XML bitfield was uploaded before plugin, reinstalled it aswell to confirm, doesn't appear. Anything I could do to fix it?

Andreas
09-26-2005, 06:54 AM
Send me a PM with ACP and FTP login details and i'll take a look.
Otherwise I can't help much as I got no idea what could be going wrong.

Protoman
10-08-2005, 04:53 PM
this needs to be updated for 3.5 gold.

my functions.php doesn't have the same code as mentioned in the installer. and there is now a hook where it asks you to make the file edit.

Boofo
10-08-2005, 05:01 PM
this needs to be updated for 3.5 gold.

my functions.php doesn't have the same code as mentioned in the installer. and there is now a hook where it asks you to make the file edit.

Re-read the install file. The file edit is no longer used for 3.5.0 Gold. It is for 3.5 RC2 and below only I think. ;)

Christine
10-08-2005, 05:04 PM
@Protoman -- From the first post: 1 File Edit (only for Versions < 3.5 RC3)

@Kirby -- with the 05 Oct update, do we need to uninstall/reinstall and reset permissions, or just reload the product over the last one?

Andreas
10-09-2005, 06:54 PM
Just overwrite the Bitfiield XML - as said there were just some wrong variables for the phrases.
But It wouldn't hurt to check the permissions afterwards, as you might have set wrong permissions (due to the wrong phrase text being displayed).

Christine
10-09-2005, 07:47 PM
That was painless. :)

Thanks!

JulianD
10-28-2005, 05:43 PM
Thanks! The only comment I have on this is that when I'm using the inline moderation and choose to delete some post, the option to physically remove the post appears, even though it doesn't work and throws a no permission screen. Any way to avoid that?

Andreas
10-28-2005, 05:54 PM
<a href="http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=1647" target="_blank">http://www.vbulletin.com/forum/bugs3...iew&bugid=1647</a>

JulianD
10-28-2005, 06:06 PM
So it'll be fixed in the next version? Cool... :) Thanks Kirby

dcpaq2xx
01-05-2006, 11:07 PM
I tried installing this but for somereason i dont see anything different in the permissions.

Especially the delete privelage.

Details
1 Bitfield XML File
1 Query
1 File Edit (only for Versions < 3.5 RC3)

Also I dont see anywhere in the instructions where is says anthing about doing a Query to the database. Maybe this is why this hack is not working for me???

Doug

alraqee
01-06-2006, 07:03 PM
ok i work with me fine with 3.5.3 ;)

now ...

can i get the same hack for normal moderator??


thank you sir for this hack

benFF
01-07-2006, 01:54 AM
Anyway to add onto this so you can decide what type of ban they can do? I would like my supermods to only have temporary ban priviledges, not be able to do a permanent one?

dcpaq2xx
01-07-2006, 04:08 AM
Super Moderator Permissions
These Permissions are only active if this Usergrouper is a Super Moderator Usergroup

Is Usergrouper a typo or is it suppose to say that?

Doug

dcpaq2xx
01-07-2006, 04:11 AM
Andreas,

Is there anyway you can get this mod to not display the super moderator permissions in other user groups since they don't have any effect on them?

Doug

Andreas
01-10-2006, 12:11 AM
It does (or at least should) only display them for usergroups that do have super moderator set - and yes, it's a typo.

dcpaq2xx
01-10-2006, 12:14 AM
It does (or at least should) only display them for usergroups that do have super moderator set.

Nope, In mine it even shows up on Registered Members Group.

Doug

Andreas
01-10-2006, 12:25 AM
Then I don't know why, it does not display for me on 3.5.3.
Check your installation.

dcpaq2xx
01-10-2006, 12:31 AM
One thing I have been trying to ask is what is the 1 Query that is listed in the details? Reason I ask is in the instructions I see nothing mentioned about this Query.

Doug

Andreas
01-10-2006, 12:35 AM
ALTER TABLE usergroup ADD modpermissions INT(10) UNSIGNED NOT NULL DEFAULT '0'

But you don't need that query anyway, the product install code does that for you.

dcpaq2xx
01-10-2006, 12:39 AM
ALTER TABLE usergroup ADD modpermissions INT(10) UNSIGNED NOT NULL DEFAULT '0'

But you don't need that query anyway, the product install code does that for you.

I was just wondering because the instructions dont say I dont need to do a query, so I wasnt sure If i was missing or forgetting to do something.

Thanks

Doug

Telegon80
01-13-2006, 03:43 AM
it seems to me this doesnt work with 3.5.2

im mad, i cant have friday mod of the day anymore. :(

Telegon80
01-13-2006, 05:58 AM
nope. i create a new usergroup based off of supermods and the options dont come up for it whereas before they did. :(

Telegon80
01-15-2006, 02:50 AM
can we please get an upgraded version of this hack? pretty please?

i have "mod of the day" fridays on my board and i allow one (or several) members to go on and ban other people who have been annoying them through the week. this hack was perfect for this because i could limit all their powers except bannings and it worked out great.

However, for some reason the hack only works on the actual supermod group, no longer will it work on a new usergroup which is based off the supermod usergroup. that is the problem with it now. :(

cyberhypnotic
01-16-2006, 01:39 AM
I have a usergroup titled "Level 1 Mods" which is based off of the Super Moderator usergroup and this hack works fine. All of the Super Mod permissions are located at the bottom of the Usergroup Manager.

AdminCP -> Usergroups -> Usergroup Manager -> [i]usergroup based off of Super Moderator usergroup

Don't forget to select Yes for Can Moderate All Forums (is Super Moderator) under the Administrator Permissions.

Edit - I just tried it myself. If you create a new usergroup and base it off of the Super Moderator usergroup, it should have the Super Moderator Permissions at the very bottom, right before Create Permissions Based off of Usergroup: [--- None ---].

If you select the new usergroup to NOT be a Super Moderator under Adminstrator Permissions, then the SuperMod Perms will not show up afterwards.

If this doesn't solve your problem, you might want to try a clean install of the SuperMod hack.

Telegon80
01-16-2006, 02:39 AM
yeah i have done the clean install a few times already but i will try this again one more time following your instructions.

Telegon80
01-16-2006, 02:41 AM
btw, cyberhypnotic youre running 3.5.2?

SnowBot
01-17-2006, 08:17 PM
dont seem to work for me either in 3.5.2

Andreas
01-17-2006, 08:22 PM
I do have this installed on one of my testboards (which is 3.5.3) and it works just fine.
It also worked with 3.5.2 and previous versions.

What exactly "does not work"?

Telegon80
01-18-2006, 02:42 AM
when i upgraded to 3.5.2 (from 3.5.1) i disabled all my hacks, then went ahead and enabled them all again after i finished. so i checked the supermod hack and the options for it didnt show for my 'friday mods' usergroup.

i took off the plug-in, etc and reinstalled the hack from scratch. still nothing.


i deleted my usergroup and made a new one based off of supermod usergroup and still no workie. the options dont show under edit usergroup......

:confused:

Telegon80
01-18-2006, 02:42 AM
it does, however, work on the actual 'supermoderators' group.

Hornstar
01-18-2006, 05:37 AM
Will this stop smods from being able to hard delete as well as thats the only thing i dont want smods being able to do, thanks

Andreas
01-18-2006, 12:59 PM
@Telegon80
You are doing smth. wrong then.
Feel free to send me a PM with an ACP login and i'll take a look.

NuclioN
01-18-2006, 01:07 PM
Our supermod asked if it is possible to ban moderators without entering the admincp. I know that is not what this hack is about but maybe it can go bothways. Limit or expand. :)

Telegon80
01-18-2006, 01:47 PM
there is a quick ban/unban hack. lets u ban people on their drop-down menu under their name. i never installed it though.

Telegon80
01-18-2006, 02:43 PM
@Telegon80
You are doing smth. wrong then.
Feel free to send me a PM with an ACP login and i'll take a look.okay i sent u a pm

Andreas
01-18-2006, 02:46 PM
Got it, but you don't have this Hack installed, so what should I do?

Telegon80
01-18-2006, 02:50 PM
yeah youre right, i completely uninstalled it because it wasnt working :o

ill re-install it for tomorrow cuz now im at work. sorry and thanks for the help.

Andreas
01-18-2006, 02:52 PM
OK. Contact me again when it is installed.

Telegon80
01-20-2006, 03:20 AM
okay its installed again.

Andreas
01-20-2006, 02:01 PM
It does show up for the Supermoderator Usergroup.
I guess it should also show up for the M.O.D Usergroup, which is the case when this group is set to be a Supermodertor usergroup.
So where is the problem?

Telegon80
01-20-2006, 02:23 PM
it doesnt show up.

go to m.o.d. edit usergroup and scroll down to the bottom and the hack's option box is not there.

Andreas
01-20-2006, 02:35 PM
Yeah, currently it does not show up because the usergroup is not a super moderator usergroup.
Change that, save and it will show up.

Btw.: Your cookie settings don't seem to work correctly.

Silmarillion
01-24-2006, 08:41 AM
Excellent! Thx, Andreas!

brvheart
02-02-2006, 05:29 PM
I have this installed....but bad news is it takes away most of the thread tools that the Supermod has....is there anyway to fix it so that the thread tools can be picked as to which ones you would like to have the supermod be able to do?

EDIT: Things such as sticky thread, move thread etc in the thread tools drop down is what I am referring to ;)

brvheart
02-07-2006, 12:38 AM
*uninstalls for time being until I can figure out how to let the supermod group see thread tools etc*

Andreas
02-07-2006, 12:42 AM
Give them permissions ...

brvheart
02-07-2006, 01:47 AM
I did.....did not work. Great hack, love it....just toook away their ability to see the thread tools. And the Move to recycle bin option. can you help figure it out? I would love to reinstall it and use it :)

brvheart
02-07-2006, 01:48 AM
or maybe I did not give them the correct permission....can you tell me where to give it?

Andreas
02-07-2006, 10:42 AM
Usergroup Manager :)

brvheart
02-07-2006, 12:06 PM
k, I did that.

dcpaq2xx
03-12-2006, 01:41 AM
Group,

For some reason the Super Moderator Permissions for this hack are only showing up in the Administrator User Group and none of the others and I dont know why.

Anyone know why it is doing this? Its suppose to be showing up in the Super Moderator Group isnt it?

Doug

Andreas
03-17-2006, 03:14 AM
It will show up in any usergroup that is a super-moderator usergroup.

soulface
03-31-2006, 07:54 PM
Just installed, working fine without any prob. (the options showing me in admin & super mods usergroups only :p)

Off topic: andreas, can i change the names of admin & super mods user groups to something else ? if i do, will it make any prob in vbulletins functions ? thanks..

CodeRed
04-08-2006, 05:43 PM
awesome... thanks a ton for this...

i really needed it

davelacey
04-12-2006, 12:26 AM
*clicks install*
Master hack. Thankyou.
Should be implemented as standard imo.

Telegon80
06-08-2006, 02:03 AM
okay im having a bit of a problem and i think it may be because of this hack.

Im trying to assign a moderator to a specific forum and set the account up but then i turn off all the supermod permissions off and he's useless. Then i turn on the ones i want for him to use and he can use them on the whole forum.

Anyone here running the hack and also has moderators assigned to specific forums wants to lend me a hand i'd appriciate it.

Andreas
06-08-2006, 09:52 AM
If you want an account to moderate only certain forums: don't make it supermod.
Supermods have moderating poweers over all forums.

Telegon80
06-08-2006, 10:05 AM
i know that, but when i edit usergroup for moderators i also get the supermod options.. what gives.

Andreas
06-08-2006, 10:46 AM
Only if your "Moderator" usergroup is actually a supermod usergroup.

Skelp
06-16-2006, 03:42 PM
Installed on Version 3.5.4 and workin like a charm.. Awesome add on and agree this should be incorporated right in vBulletin in future versions.

Ragnarok
06-18-2006, 09:05 AM
Installed, mostly for the purpose of preventing physical removal of posts, but looks cool, and suggests many possible uses in the future. :)

Royal
06-20-2006, 06:01 AM
Installed it on my vB 3.5.4 forum and can't get it to work. Uploaded the XML, can changed the user permissions (yes i see the super mod permissions)

But my admins still can hard delete posts, it's working for super moderators though

zeroality
07-23-2006, 05:27 AM
That's why they're admins lol. Don't make people you don't trust admins.

Telegon80
07-23-2006, 05:36 AM
wow owned

San
08-06-2006, 06:58 AM
Hi this plugin work on vb 3.6 ?:)

craiovaforum
08-07-2006, 01:23 AM
nope, this plugin didnt work for me in vb 3.6.0
an update would be nice :D

Shazz
08-07-2006, 01:30 AM
Andreas has so many hacks..Its going to be a while untill he gets to this one :)
________
Toyota Tundra specifications (http://www.toyota-wiki.com/wiki/Toyota_Tundra)

Algren_San
08-20-2006, 10:41 AM
im waiting for the 3.6.0 update on this hack cuz it rocks :P

Ragnarok
08-20-2006, 01:56 PM
Doesn't the 3.6 Supermod permissions system make this hack rather redundant?

AdminCP > Forums & Moderators > Show All Moderators > Super Moderators > *Username* Edit Permissions

kdholdom
08-22-2006, 07:04 PM
Doesn't the 3.6 Supermod permissions system make this hack rather redundant?

AdminCP > Forums & Moderators > Show All Moderators > Super Moderators > *Username* Edit Permissions

Thanks for that. Would never of checked there.

Andreas
08-22-2006, 10:53 PM
This Hack is redundant as of 3.6.
Therefore, there will be no update.

shymshek
09-03-2006, 09:47 AM
Thanxxxxxxxxx :)

Pamela
10-20-2006, 04:46 AM
Installed. Awesome! thanks!!! :D

aveon
10-20-2006, 03:29 PM
hey andreas can you updae this for 3.6

aveon
10-25-2006, 07:00 PM
i really need this hack so can any body update this mod???

COBRAws
10-28-2006, 07:19 PM
i really need this hack so can any body update this mod???
Read this post: https://vborg.vbsupport.ru/showpost.php?p=1056436&postcount=142

Veer
11-30-2006, 11:50 AM
waiting for the 3.6.0 update

RFViet
11-30-2006, 12:49 PM
thanks

Shazz
11-30-2006, 12:59 PM
Working great 3.6!

Konstantinos
12-05-2006, 07:56 PM
The Permissions will show up for every Usergroup, yes.
However, they will only have an effect in Supermod Usergroups.It also has an effect for admins ? cause it shows up in the admin options and all are set to no. should i change them to yes ?

Konstantinos
12-06-2006, 06:58 AM
it doesnt work in 3.5.7 . i have a test account as super mod and ALL options set to NO still i coyld physically delete a thread. why is that ? maybe is it becouse my super mods have also access to the admin panel ?

RFViet
12-16-2006, 09:54 PM
Doesn't work well on vB3.6.4. I don't allow to see IP, they still see from posts but the who's online !!

WNxWakko
02-11-2007, 01:20 AM
You say this hack is no longer necessary in 3.6.4 but half of these permissions do not exist in 3.6.4 and would be nice to have. I don't understand why this would not be needed anymore unless I am missing something??

Doesn't the 3.6 Supermod permissions system make this hack rather redundant?

AdminCP > Forums & Moderators > Show All Moderators > Super Moderators > *Username* Edit Permissions

I disagree here. While you can edit by user, you just have no idea how much work that would be. I have over 50 Elite moderators and I dont want to have to deal with that. This mod is still needed to set in the usergroup itself.

Shazz
02-11-2007, 01:24 AM
very nice stated out, I totally agree :D

Kap O
02-22-2007, 10:19 PM
3.6.X update needed..

PDM
02-27-2007, 08:29 PM
hi pleaes for vB 3.6.X

TalkBolts
05-28-2007, 07:44 AM
This hack is sweet & EXACTLY what I was looking for. Thank You!

JulianD
11-02-2007, 02:12 AM
This hack is now a default feature on vB 3.6.x...

Shazz
11-02-2007, 02:19 AM
This hack is now a default feature on vB 3.6.x...

Yes it is... You bumped a one year old thread :o