Quote:
Originally Posted by torontonian
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.
|
You would need to copy the admincp file and possibly change it a bit to work with mod permissions as well as create a new bitfield xml file to get the link to show up.
Quote:
Originally Posted by torontonian
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.
|
Again this isn't native to the program but you could run a query to get it.
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:
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.
|
Are you referring to in the admin panel or on the user script?