![]() |
Hi,
Thanks for this excellent plugin. It was just what I've been looking for, although I have a few questions which may require a few mods: 1. How can I make the "Rating History and Editing" stats appear in the moderator's control panel? I can see this in the admin control panel, but I'd like moderators or at least super moderators to be able to see this info too. 2. Is there a way to adapt this to show the reputation of a user based on the ratings that their posts have received as opposed to the ratings that they have assigned to other posts. In other words, I'd like the admin and moderator to be able to see which users have received a large amount of positive and negative replies to their posts. 3. For the result display options, can you add a "negative ratings" column next to the "positive ratings" column. Currently, I have to look at the "total" and "positive" and see where there is a difference in numbers to know that there are some negatives. It would be much quicker to be able to spot the negative ones instantly and also to be able to sort by negative ratings. The reason why I am asking for all of this is that I would like to use this to ensure that posts are always answered of the highest quality so I need to see who is answering incorrectly in order to improve the standard of replies. Thanks again. I look forward to receiving your reply. |
For a future revision, I'd like to request that if possible, all the mod's controls are consolidated into single page as currently they appears as 2 entries under VB options and again as a sidebar menu item in the adminCP.
Mike :) |
Quote:
Quote:
Something like "SELECT userid,sum(goodrank) as goodranks FROM postid ORDER BY goodranks DESC LIMIT 50" would show you the top 50 ranked members. Quote:
|
Quote:
As for the links in the sidebar, those are different features and would not make sense to combine (one does not bulk edit forums while reviewing ratings). Of course you could always change things yourself if you want it more consolidated. |
Based on comments from a few members (and mainly biocyberman) I've added a second rating option to the script. This option allows for posts to be voted on from 1 to 10 rather than just being marked as "helpful or not helpful".
The ten point scale is an optional feature which is enabled globally (either you use one or the other). There are a few features that won't work with the ten point scale including the profile stats, the no negative option and others. However there are also some new features with the ten point scale. I encourage you to try this out on a test site (or your live site if you're looking to switch over) and give me your feedback. To remove all previous votes (required if changing methods) run the queries: Code:
UPDATE post SET goodrank = '', totalrank = ''; Note: This is in beta and while it works fine on my system I'm leaving 1.4.2 as the official version until I get some feedback on how this works. Second Note: To get this done I used numbers (1 2 3 4 5....) for rankings rather than stars. I will be looking into adding a simple star image in the future and encourage suggestions on that image. |
Changes in 1.5.0
- (Feature) Addition of ten-point rating scale (optional) - (Feature) Addition of profile stats for ten-point rating scale - (Feature) Modified display of top ratings page for ten-point ratings - (Admin) Addition of negative ratings column for moderation - (Bug) Rating's still show up in showpost template after user has voted - (Bug) Individual user can't be banned |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT. The time now is 09:33 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:
|