[[PageOutline(2-5,Contents,pullout)]] = Five Star Rating for Wiki and Tickets = == Description == This plugin is a modified version of the VotePlugin. Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources. ''While it has been forked from latest VotePlugin code in October 2008, and some bugs fixed (#3298, #3808), current development has pushed !VotePlugin ahead significantly. Applying similar changes here too is certainly possible, but merging the code might become the option of choice for improved long-term support.'' == 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: {{{ #!sh easy_install http://trac-hacks.org/svn/fivestarvoteplugin/0.11 }}} Add the following to the `[components]` section of [wiki:TracIni trac.ini] or enable the plugin though the !WebAdmin panel: {{{ #!ini [components] fivestarvote.* = enabled }}} The following option can be specified in [wiki:TracIni trac.ini] (default value shown): {{{ #!ini [fivestarvote] paths = '^/$,^/wiki*,^/ticket*' #List of URL paths to allow voting on. Globs are supported. }}} Grant users the `VOTE_VIEW` and `VOTE_MODIFY` permission where appropriate. `VOTE_MODIFY` will not work for anonymous users. === Recommended Settings === {{{ #!sh trac-admin [trac environment pathname] permission add anonymous VOTE_VIEW }}} {{{ #!sh trac-admin [trac environment pathname] permission add authenticated VOTE_MODIFY }}} You may need to run: {{{ #!sh trac-admin [trac environment pathname] upgrade }}} == Screen Shot == [[Image(wiki:FiveStarVotePlugin:fivestarvote.jpg)]] == Recent Changes == [[ChangeLog(fivestarvoteplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:davglass] [[BR]] '''Maintainer:''' [wiki:rjollos] [[BR]] '''Contributors:'''