Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ve been battling with the sketchy documentation and non-existent support for the past week. Wasted a ton of time and haven’t got much further than adding a rating block to comments – haven’t been able to render those results alongside each completed comment (yet!?). If you want to pay for support it seems that’s the only way to go as although the plugin is full of potential the documentation is simply way too patchy.

    I’ve finally worked this out. This is for multirating set 1 and template 32… those values may differ for your installation. Add the following code (in our template’s case in custom_functions.php) just above the code <?php comment_text() ?>

    Here is the code:

    <?php if (defined("STARRATING_INSTALLED")) : ?>
    <div style="float: right">
    <?php  wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 1, 32, "oxygen", 12); ?><?php endif; ?>
    </div>

    Where did you get the template number from?

    The template number is found in GDStar Rating -> T2 Templates.

    It will show you a list of all the templates, and you can create your own if needed.

    @joe … I need same system for single rating not multiple rating. What should I do?

    will you explian with every step. ?? Where to put code & in which file?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘gd integration with wordpress comments’ is closed to new replies.