• Resolved christofix

    (@christofix)


    Hello I installed and activated the DCO Comment plugin, however it doesn′t show the add image field while writing a comment.

    Could you help ?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Denis Yanchevskiy

    (@denisco)

    Hello @christofix,

    DCO Comment Attachment uses the comment_form_submit_field filter to display the attachment field, but your theme don’t use it.

    Try to replace
    <input name="submit" type="submit" class="button" id="submit" tabindex="5" value="Submit" />
    with
    <?php echo apply_filters( 'comment_form_submit_field', '<input name="submit" type="submit" class="button" id="submit" tabindex="5" value="Submit" />' ); ?>
    in comments.php file in your theme folder.

    My result.

    Thread Starter christofix

    (@christofix)

    Hello Dennis,

    Thanks for the advice. It worked fine. Now I reached another issue, because comments fields don′t appear in my restrict area ( managed by the plug-in Groups!)>
    I don′t think it′s related with your plug-in, but if you have any idea it′s welcome.

    Plugin Author Denis Yanchevskiy

    (@denisco)

    I am not familiar with the Groups plugin. Can you please describe the issue in more detail?

    Thread Starter christofix

    (@christofix)

    Hello Denis,

    What′s happening is that when I have a post restricted to a group of users, I don′t have any means of adding comments. When it′s totally opened to anyone, I have the possibility to add comment ( including the feature you propose)

    Regards

    Plugin Author Denis Yanchevskiy

    (@denisco)

    Hmm, if the comments form is not displayed at all, then I think you should try to find out this question on the support forum for this plugin.

    Thread Starter christofix

    (@christofix)

    Hello Denis,

    thanks for your reply. I have been lucky, it′s working now. I don′t remember having changed anything, but it′s ok, maybe some cache issue in the brozser

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Plug in doesn′t show the add image field’ is closed to new replies.