Back to vBulletin 3.6 Add-ons

PHPKD - Usergroup Attachment Moderation
Mod Version: 3.6.100, by Omranic

This modification is in the archives.
vB Version: 3.6.x Rating: (4 votes - 5.00 average) Installs: 7
Released: 31 Dec 2008 Last Update: 15 Apr 2009 Downloads: 42
Not Supported DB Changes Uses Plugins Code Changes Additional Files Re-usable Code Translations  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!.............. Sponsored by: PHP KingDom (http://www.phpkd.net) ..............!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


This version is no longer supported as vB 3.6.x is out-of-date & no longer supported by vBulletin. It's just for historical reasons & for those who still using vB 3.6.x. Please refer to the vB 4.0.x or vB 3.8.x release for the latest stable & supported release.

Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.


Note: This product has been requested by kevinh as a custom work Here. It has been completed & delivered few months ago. Since all of my custom work is licensed under http://creativecommons.org/licenses/by-nc-sa/3.0/, I publish it now for the public use, I hope this product will be useful for all of you.

Name: Attachment Moderation - Version: 3.6.100

Description: This product adds new permission to usergroup permissions "Follow Forum Moderation Rules", which if set to 'no', attachments are always placed into moderation queue.

Compatible with: All 3.6.x vBulletin versions.

Installation Procedure:
  1. Upload the 'bitfield_attach_moderation.xml' file to /includes/xml/.
  2. Do the following small file edit:
    Open the file includes/class_upload.php & search in it for the following code:
    Code:
    			if (isset($this->foruminfo['moderateattach']))
    			{
    				$visible = ((!$this->foruminfo['moderateattach'] OR can_moderate($this->foruminfo['forumid'], 'canmoderateattachments')) ? 1 : 0);
    			}
    Replace it with the following code:
    Code:
    			if (isset($this->foruminfo['moderateattach']) OR isset($this->registry->bf_ugp_attachpermissions['followforummoderation']))
    			{
    				$visible = (((!$this->foruminfo['moderateattach'] OR can_moderate($this->foruminfo['forumid'], 'canmoderateattachments')) AND ($this->registry->userinfo['permissions']['attachpermissions'] & $this->registry->bf_ugp_attachpermissions['followforummoderation'])) ? 1 : 0);
    			}
  3. Import product's XML file from AdminCP.
  4. Done .


Control:
  • vBulletin AdminCP -> Usergroups -> Usergroup Manager -> Attachment Permissions -> Follow Forum Moderation Rules [Yes/No]


License:
  • http://creativecommons.org/licenses/by-nc-sa/3.0/


Help with:
  • Suggestions to develop this product.
  • Translations to benefit more users (translation credits goes to their owners).


Known Isues:
None till now.

History:
v3.6.100 31/12/2008 08:00 AM GMT: First initial public release.

Screen Shots:
Available down there.

Technical Notes:
Plugins: 0
New Phrases: 1
Template changes: 0
Code Changes: 1
New Templates: 0
New Settings: 0
New Permissions: 1
DB Tables: 0
DB Alterations: 1
Cron Jops: 0

Download

This modification is archived, downloads are still allowed.

File Type: %1$s product-attach_moderation-3.6.zip (31.1 KB, 28 downloads)

Screenshots

Click image for larger version
Name:	attach_moderation_admincp.png
Views:	46
Size:	11.9 KB
ID:	91466  

Similar Mods

Moderators Functions PHPKD - Usergroup Attachment Moderation vBulletin 4.x Add-ons
Moderators Functions PHPKD - Usergroup Attachment Moderation vBulletin 3.8 Add-ons
Moderators Functions PHPKD - Usergroup Attachment Moderation vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024