How do I allow duplicate comments?

Home Forums Guestbook Add-On How do I allow duplicate comments?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #747
    Sonny Karlsson
    Participant

    Hi, How do I allow duplicate comments?

    For wordpress standard I use this snippet to allow :
    add_filter(‘duplicate_comment_id’, ‘__return_false’);

    How do I allow with this plugin? Very importent.

    Thanks in advance.

    #749
    Marcel Pol
    Keymaster

    Hi Sonny,
    You are talking about the frontend form not accepting duplicate entries?
    Currently that is hardcoded. It is only being checked when the content field is mandatory, so setting that to non-mandatory could be a workaround.
    I could look into making this check not hardcoded, but by using a filter that you can disable.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.