[[PageOutline(2-5,Contents,pullout)]] = Five Star Rating for Wiki and Tickets = == Description == This plugin is a modified version of the VotePlugin. This new plugin uses the latest VotePlugin code and fixes bugs: #3298 and #3808. Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources. == Bugs/Feature Requests == Existing bugs and feature requests for FiveStarVotePlugin are [report:9?COMPONENT=FiveStarVotePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=FiveStarVotePlugin&owner=rjollos new ticket]. == Download == Download the zipped source from [download:fivestarvoteplugin here]. == Source == You can check out FiveStarVotePlugin from [http://trac-hacks.org/svn/fivestarvoteplugin here] using Subversion, or [source:fivestarvoteplugin browse the source] with Trac. == Installation == Install the plugin: {{{ easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11 }}} Add the following to the `[components]` section of [wiki:TracIni trac.ini]: {{{ [components] fivestarvote.* = enabled }}} Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate. `VOTE_MODIFY` will not work for anonymous users. === Recommended Settings === {{{ trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY }}} You may need to run: {{{ trac-admin [trac environment pathname] upgrade }}} == Screen Shot == [[Image(wiki:FiveStarVotePlugin:fivestarvote.jpg)]] == Recent Changes == [[ChangeLog(fivestarvoteplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:davglass] [[BR]] '''Author:''' [wiki:rjollos] [[BR]] '''Contributors:'''