Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems > vBulletin Add-ons

Reply 
 
LinkBack Thread Tools Display Modes
Old 01-14-2009, 10:36 AM   #1
entrepreneur
 
Join Date: Aug 2007
Posts: 1
SolidSnake@GTI will become famous soon enough
Attachment Moderation - Follow Forum Moderation Rules Control

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!.............. Sponsored by: PHP KingDom (PHP KingDom) ..............!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




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 Creative Commons - Attribution-Noncommercial-Share Alike 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.8.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.8.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:

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.8.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
Attached Images
File Type: png attach_moderation_admincp.png (11.9 KB, 1 views)
Attached Files
File Type: zip product-attach_moderation-3.6.zip (31.1 KB, 0 views)
File Type: zip product-attach_moderation-3.7.zip (31.1 KB, 0 views)
File Type: zip product-attach_moderation-3.8.zip (31.1 KB, 0 views)
SolidSnake@GTI is offline   Reply With Quote

Advertisement [Remove Advertisement]

Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems > vBulletin Add-ons

Tags
attachment, control, follow, forum, moderation, rules

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linkback moderation glennybee vBulletin SEO Tips and SEO Questions 19 09-14-2008 07:32 PM
Moderation Problem steveninstl Troubleshooting vBulletin Problems 2 01-07-2008 08:51 AM
How to put RSS feed threads into moderation? Yogesh Sarkar Troubleshooting vBulletin Problems 2 10-11-2007 07:26 PM
PM Moderation taydu3000 vBulletin Modifications 0 02-26-2007 08:46 PM
Inline moderation in private Admin forum Get Shorty Troubleshooting vBulletin Problems 11 01-28-2007 12:48 PM


All times are GMT -8. The time now is 05:07 AM.