![]() |
Not yet. I thought I should maybe make it so like Administrator Permissions, eg. it's not shown at all in Usergroup Manager?
|
That sounds like a good idea to me. Go for it! ;)
|
current method is also fine , because its more customizable with other user groups.
|
???
The Permissions only apply when the Group has Supermod Permissions. |
oh then why you keep it for other groups just remove it, :) I thought the other way :rolleyes:
|
Thanks for the product Kirby, I'm loving 3.5 more and more all the time. :)
|
Quote:
|
Maybe ... when I am bored ;)
|
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? |
Thank you very much, now it is perfect! ;)
|
The can_moderate_supermod hook is almost in the right spot, huh? ;)
|
???
Don't understand what you want to tell me ... |
Quote:
Quote:
|
Maybe ;)
This Hack is File-Edit free for RC3+ |
Then maybe you should move it to the plug-in area? ;)
|
Nope, it requires a Bitfield XML => additional File => Extension.
And that's where it is already :) |
Forgot about that. ;)
The permissions still show up in the Admin usergroup. That is how it is supposed to be, right? |
If the Admin-Usergroup has Supermod=Yes, then it should show up - otherwise not.
|
Quote:
|
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 |
Quote:
|
A Superadmin is still an Admin, isn't he?
|
Quote:
|
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. |
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 |
From the first post:
Quote:
|
@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. |
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?
|
<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. |
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.
|
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. |
You're a lifesaver, Kirby. Much appreciated *installs*
|
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?
|
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. |
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. |
Quote:
|
@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? |
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). |
That was painless. :)
Thanks! |
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?
|
All times are GMT. The time now is 03:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|