The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User Powered Moderation System Lite (Post Management System) Details »» | |||||||||||||||||||||||||||
User Powered Moderation System Lite (Post Management System)
Developer Last Online: Feb 2008
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. Show Your Support
|
Comments |
#12
|
|||
|
|||
This jacks up my PMs. It puts the rating thing uptop but won't let me expand and automagically closes them.
|
#13
|
|||
|
|||
I will release a pm fixed version shortly. I have had rare reports of this problem before.
|
#14
|
|||
|
|||
let me know if I can help troubleshoot. I dig this mod. Solves a specific problem!
I am using a fairly vanilla install of vb 3.6.5 - current not legacy postbit I ended up putting <if condition="THIS_SCRIPT!='private'"> around the add in statements, but this is a cheap hack. Let me know the correct way when you get a chance. Cheers, joel |
#15
|
|||
|
|||
Thats basically what needs to be done. I was just going to do it in the plugin side of it all.
|
#16
|
||||
|
||||
Nice! Installed.
|
#17
|
|||
|
|||
I just made it worse trying to jack with it. I will wait for you to get it updated so I don't break everything
|
#18
|
|||
|
|||
Update should be coming later tonight sorry about the delays.
|
#19
|
|||
|
|||
Anybody having the private message problem could you please pm me with a list of hacks you have installed? Im trying to see if we possible have a conflict between this hack and another since its a selective problem.
|
#20
|
|||
|
|||
Released version 1.0.1 which fixes the private message issue.
Remember if you use this hack please click the install link. |
#21
|
|||
|
|||
Perfect. Thank you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|