Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You can’t just show %RATINGS_USERS% or %RATINGS_SCORE% since it is a template variable.

    You can try [ratings results=”true”]

    Thread Starter pyroevil

    (@pyroevil)

    Hi,

    Thanks for the fast answer.
    [ratings results=”true”] show the result , but the “vote” button too. I just want to show the result without the button in some case. But probably going to such for the database value will be easier. I just want to know if you have a embedded solution with you plugins.

    Plugin Author Lester Chan

    (@gamerz)

    I think might be a bug, [ratings results="true"] should work.

    Can you do the following?

    Use [ratings results="1"] and on Line 491 of wp-postratings.php

    Find: if($results) {
    Replace: if( intval( $results ) > 0 ) {

    If that works for you, I will make the bug fix

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘showing only the result’ is closed to new replies.