The kudo's forms are rendering as invisible and not functional on the comment forms, here is the output:

<div class="kudos_comment">
            <form class="kudos-widget" onsubmit="return false;" id="kudos-form-comment-16" method="post" accept-charset="UTF-8" action="/kudos/submit">
<div><div class="kudos-widget kudos-type-comment kudos-id-16"><input type="hidden" value="comment" id="edit-content-type-2" name="content_type"/>
<input type="hidden" value="16" id="edit-content-id-2" name="content_id"/>
<input type="hidden" value="kudos_image" id="edit-button-format-2" name="button_format"/>
<input type="hidden" value="form-15547359e723df73fdd1940bba8c8933" id="form-15547359e723df73fdd1940bba8c8933" name="form_build_id"/>
<input type="hidden" value="54e12aaa4151d0b4935ee80534a04252" id="edit-kudos-form-comment-16-form-token" name="form_token"/>
<input type="hidden" value="kudos_form_comment_16" id="edit-kudos-form-comment-16" name="form_id"/>
</div>
</div></form>

            </div>

Comments

socki’s picture

Status: Active » Needs review

Hey, The problem appears to be that you may have allowed comments to be targeted to comments via the admin settings form, but it appears that you haven't selected any individual kudos to appear.

For example:

- Under /admin/settings/kudos, you must select "Allow kudos to be given to comments (this applies to forums messages)."
- Under /admin/content/kudos, when creating or editing a kudo, you must select the 'Allow kudos to be given to comments' checkbox.

From the looks of the output you included, it looks like you have the setting in the admin/settings/kudos page correct, but have not selected the checkbox on any specific kudo.

Hope that helps.

socki’s picture

Status: Needs review » Closed (fixed)

Going to close this as there doesn't appear to have anything else to do