The Arcive of vBulletin Modifications Site. |
|
Unapprove Reported Posts (Based on No. of Reports & Usergroups) Details »»
|
|||||||||||||||||||||||||||||||
|
Unapprove Reported Posts (Based on No. of Reports & Usergroups)
Developer Last Online: Mar 2017
This modification has been based on the following Mod found here: https://vborg.vbsupport.ru/showthread.php?t=231622 - I have been given permission by that author to release this modified version of his original Mod.
This modification adds much needed features such as: - Number of Reports required to send a post in Moderation Queue - Usergroups which can bypass min. reports required. Anyone who makes changes to this modification to better it in anyway, I only ask you share it with the rest of us in this thread! ![]() Enjoy! Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Will check this out soon!
|
|
#3
|
|||
|
|||
|
Tagged
|
|
#4
|
||||
|
||||
|
Very Interesting Mod, Thank You For Sharing It. :up:
The Code Alters the "post" Table adding the Field "reports", You Should Add the "DB Changes" in the Mod's Specifications. ![]() Code:
ALTER TABLE " . TABLE_PREFIX . "post ADD reports INT(10) UNSIGNED NOT NULL DEFAULT '0'
|
| Благодарность от: | ||
| BirdOPrey5 | ||
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
Very nice and elegant mod!
|
|
#7
|
||||
|
||||
|
Cool, that's what I need, thanks.
|
|
#8
|
|||
|
|||
|
Not that this really matters, but technically a redundant query is made once a post has enough reports and gets unapproved.
I've updated my plugin code to the following: PHP Code:
|
| Благодарность от: | ||
| Wonksta | ||
|
#9
|
|||
|
|||
|
who has this on their website? I'd like to see it in action....please list your website
|
|
#10
|
|||
|
|||
|
Quote:
This modification works extremely well with the "Quick Moderation" Module with vBAdanced. Here's a screeny: |
![]() |
|
|