Looking for a rating plugin

Is it possible to create rating plugin or field for user rate articles or any other content


I found interesting article how to made text based rating, but my php knowledge is very poor for creating plugin.
Is someone interested in such plugin?
Is someone can do it? (free / or for $$$)

It’s possible but not without some skills in PHP and Ajax. I would be interested in having such plugin, but I will not spend time on writing it.

Some things to think of when making it:

  • Is it going to use a database or the file system?
  • Spam protection is important. IP check or something to not allow 1000 of fake clicks.
  • Maybe caching is needed. If there are 1000 votes and it needs to calculate an avarage… Maybe it’s fast enough, maybe not.
2 Likes