• Hi there.
    Is there a way to show the actual result after user votes?
    I mean, if there is 2 up and 1 down, and user votes +1 up after voting it should return actual rating of votes and not count of up’s and down’s, in this case that would be plain green button with symbols +2.

    Hope this is understandable.
    Thanks in any advice.

    http://wordpress.org/plugins/thumbs-rating/

Viewing 1 replies (of 1 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Hi there,

    You’d have to override the thumbs_rating_add_vote_callback() function from the plugin from a new one inside your functions.php

    You could then return the sum of the two or other value.

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Math of situation.’ is closed to new replies.