flatpress
flatpress copied to clipboard
Make Akismet and Comment Center work together
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.