-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Comments not shown in panel, when filterUnverified is not set in the config.php
Thanks Maurice! π
I ran
composer update, confirmed I wasn't overriding any snippets, and got the expected result, though I did need to keep thefilterUnverifiedconfig flag tofalsein order to see unpublished comments in the Komments panel view (they do appear at the page-levelkommentsInboxwithout the config, however).So the minimal config to get the expected result is:
'mauricerenck.komments.storage.type' => 'sqlite', 'mauricerenck.komments.storage.sqlitePath' => './content/.db/', 'mauricerenck.komments.spam.verification.filterUnverified' => false,Not sure if this is expected or just needs to be mentioned on the installation page. I will leave it in your hands to close the issue.
Fantastic plugin! And thanks for such a quick reply.
Originally posted by @richardthebrave in #83
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels