I have instructions to insert a couple small bits of code at specific lines in the default wordpress theme's comments.php file. Obviously the lines are quite different in the Atahualpa file!
At line 39:
Code:
<?php if (defined("STARRATING_INSTALLED")) : ?>
<div style="float: right">
<?php wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 4, 0, "crystal", 16); ?>
</div>
<?php endif; comment_text(); ?>
Code:
<?php if (defined("STARRATING_INSTALLED")) : ?>
<p><?php wp_gdsr_comment_integrate_multi_rating(1); ?>
<label for="url"><small>Rating</small></label>
</p><?php endif; ?>
If my explanation here isn't clear enough -- i'm trying to adapt the instructions listed on these two brief posts.
http://www.gdstarrating.com/2009/05/...integration-1/
http://www.gdstarrating.com/2009/05/...integration-2/
Again, thanks so much for any help you may be able to offer.








Threaded Mode