I use the WP-Post Ratings plugin too, with the star set. I chose it because it seemed to be the most popular when I had a look at what people were saying.
I like it, but I find not many people actually use it.
I made one change to it, so that users couldn't vote on my home page (because it only shows a summary). To do this, I edited postratings.php and added || is_home() to the condition on about line 67. I see you've disabled voting in your footer - how did you do this?
Reply
Get email updates, subscriber only downloads and more as a free subscriber!
Never miss a post! Subscribe to my feed to keep up with this unblog in your reader!
I use the WP-Post Ratings
I use the WP-Post Ratings plugin too, with the star set. I chose it because it seemed to be the most popular when I had a look at what people were saying.
I like it, but I find not many people actually use it.
I made one change to it, so that users couldn't vote on my home page (because it only shows a summary). To do this, I edited postratings.php and added || is_home() to the condition on about line 67. I see you've disabled voting in your footer - how did you do this?