Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi ParoXsitiC,

    Did you figure it out? I have the same question with you, I want each comment show their own ratings. Could you please let me know if you work it out?

    Thanks,
    Larry

    Thread Starter ParoXsitiC

    (@paroxsitic)

    I have not yet. Hopefully someone will come along.

    that’s also what I am looking for. I user multi as well.

    I’m also looking for this functionality. Has anyone figured this out? I’d be willing to pay for someone to customize the plugin if necessary…

    +1
    I will fix it in 1-2 days. I think there is a way, but loosing the overall rating. And the thumbs remains same in comments.

    GD Star works awesome fine!

    Look for
    <?php comment_text(); ?>

    replace with:

    <?php if (defined("STARRATING_INSTALLED")) : ?>
    <div class="ratingtext" style="float: right">
    <?php wp_gdsr_show_comment_review(
    $comment_id = 0,
    $zero_render = false,
    $use_default = false,
    $size = 12,
    $style = "soft",
    $echo = true )
    ?>
    </div>
    <?php endif;?>
    
    <?php comment_text(); ?>
    
    <?php if (defined("STARRATING_INSTALLED")) : ?>
    <div class="ratingtext" style="float: right">
    <?php wp_gdsr_render_comment() ?>
    </div>
    <?php endif;?>

    Thread Starter ParoXsitiC

    (@paroxsitic)

    I am not sure what exactly that does but as far as I can tell it’s not doing what the original post is requesting.

    ¿?
    THAT EXACTLY DOES “Show user’s rating instead of the overall rating”

    RATE: 7/10
    comment_text()
    Rating: *********

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Show user's rating instead of the overall rating’ is closed to new replies.