![]() |
User Powered Moderation System Lite (Post Management System)
What this hack does:
This hack allows your users to rate the individual posts in the threads so that they can effectively moderate them somewhat. By defualt posts with a negative rating thats below a predefined threshold (defined by admin) will be collapsed with an expand link there to show the hidden posts. Features: Admin Definable threshold *User definable threshold if enabled (will use the admin defined threshold as a fallback for if the user has no threshold defined) *Ability to define which usergroups posts can never be hidden by defualt *Ability to define which usersgroups posts may never be rateable Uses ajax to update the post rating so no page reloading. Has a fallback method for boards that dont use ajax and users that dont have javascript. Users who dont use javascript will still be able to rate the posts but they will not be able to use the toggle function to show or hide a post. Planned Additional Features: Ability to enable the system on a per forum basis Full usergroup permissions control A point system where users votes if enabled will no longer always be +/-1. The point system would basicly create a set of criteria similiar to the reputation system with a given value for each time a criteria is met and that value will effect their rating potential in either a possitive or negative way depending on what you have setup. Others that just havent been thought of yet. Some Background Information: This hack uses no queries to when displaying the posts. Infact the only queries in this system are done when a rating is added. Making this hack extremely server friendly. *professional version features. Version 1.0.1 Released Whats fixed? Fixed a bug regarding the private message system. How to upgrade? Just reload the plugin Edit: Missed the following two queries for the package for install so for now just run them in phpmyadmin replacing TABLE_PREFIX with your table prefix. SQL Query: (how to run queries) ALTER TABLE `TABLE_PREFIXpost` ADD `rating` INT( 10 ) NOT NULL DEFAULT '0'; CREATE TABLE `upms_posts` ( `pid` INT( 10 ) NOT NULL , `uid` INT( 10 ) NOT NULL , `value` VARCHAR( 10 ) NOT NULL , `ipaddy` VARCHAR( 50 ) NOT NULL ) ENGINE = MYISAM ; Note to not touch the table upms_posts as it is not designed to be prefixed for future reasons. |
What is this?
Are you a user of digg.com? Well they have a comment system there where users can in essence do a positive or negative vote on a post and at x negative the post is hidden by default. This hack replicates this features on vbulletin. |
great I like it :)
Installed :) |
Glad to hear that. :)
|
good idea. thanks
|
I definitley like this...gonna install for later reference. Thanks!
|
Very nice!
|
I take it so far so good on the installs?
|
one suggestion... add ability for the post to be totally removed and not readable by others at all anymore.
|
Maybe in a later version. :)
|
All times are GMT. The time now is 07:27 AM. |
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:
|