Type: Improvement suggestion Software: shimmie2 Module: rating Reference: http://trac.shishnet.org/shimmie2/browser/branches/branch_2.2/contrib/rating/main.php Verified: Yes Solved: Yes Official res.: Unknown Author: Daniel Marschall Date: 2008-10-28 1. Users cannot set the rating of the feature (only Admins). I think they should be able to. ~ contrib/rating/main.php # Search for if($user->is_admin()) { # Replace with if(!$user->is_anonymous()) { # Line 42 ~~~ # Search for if($user->is_admin()) { # Replace with if(!$user->is_anonymous()) { # Line 49 Further improvements: - There should be a better rights managment e.g. for telling the board who may set explicit tags. That should be checked and implemented if it isn't already.