The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Disallow ALL moderation in archive subforum?
I have an archive forum where I do NOT want anyone, including other admins and global mods to have the ability to moderate. How do I do this?
This is the relevant code in editpost.php Code:
if (!$postinfo['postid'] OR $postinfo['isdeleted'] OR (!$postinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts'))) --------------- Added [DATE]1316706032[/DATE] at [TIME]1316706032[/TIME] --------------- No one knows how to do this? Seems like it should be relatively simple for a coder. I just need to know what php code would be the equivalent of "AND is not forumid=xx" and add that right before the canmoderateposts part. That way if all of those conditions are present AND it's NOT that forumid then they can moderate, otherwise they can't. OR does anyone have an alternate suggestion for what to add as a conditional in the postbit template? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|