• Resolved Dibo

    (@dibo)


    If you don’t want to moderate entries, you can turn moderation off. However all messages don’t get checked (I’m using Gwolle-GB 0.9.7) and are also marked as spam. I found out that in the code both entries are in not in the same sequence. To get this working all you need to do is change the following code (in gwolle_gb_save_entry.func.php):
    old:
    Line 47:
    entry_isSpam,
    entry_isChecked
    new:
    Line 47:
    entry_isChecked,
    entry_isSpam

    And that’s it. Thanks anyway for the nice guestbook plugin.

    http://wordpress.org/extend/plugins/gwolle-gb/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gwolle-GB] Not moderating entries’ is closed to new replies.