flatpress icon indicating copy to clipboard operation
flatpress copied to clipboard

Make Akismet and Comment Center work together

Open azett opened this issue 5 years ago • 1 comments

Prerequisites:

  • Akismet plugin sends comments to Akismet for spam check and rejects if spam is detected.
  • Comment Center plugin caches new comments so the site admin can decide to publish or not.

Goal: Cascade the function of both plugins. New comments should be checked by Akismet, and, if not rejected as spam, still actively be published by the site admin.

Issue: If both plugins are enabled, Comment Center caches new comments and sends info mail to site admin. The Akismet plugin is never called.

Solution: Make Akismet plugin do its work before Comment Center plugin.

azett avatar Mar 10 '19 11:03 azett