Viewing 1 replies (of 1 total)
  • Thread Starter vzhilov

    (@vzhilov)

    Ha! I have found a solution myself. In wp-postratings.php we need to limit the display cycles only to display second image from the image array. That means to replaces line:

    for($i=1; $i <= $ratings_max; $i++) {

    on

    for($i=2; $i <= $ratings_max; $i++) {

    in “Function: Gets HTML of rating images” and “Function: Gets HTML of rating images for voting” sections.

    I have implemented it on my blog and that seems fine.

    Thank you for the great plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-PostRatings] Thums Up Only’ is closed to new replies.