Josh Crawford
Josh Crawford
For all comments, their IP Address is captured, which can be used to get the commenters Geo-Location if needed. Further than that, I've got on the roadmap to be able...
Cool - I'll check out Blueprint and see where we get!
Just to confirm you're also on at least Neo 2.11.5? Can you provide the import JSON?
The `craft\fieldlayoutelements\CustomField` and `label: null` are completely valid. These are `fieldlayoutelements` not fields, so everything is a custom field, and the label, instructions, etc are overrides set at the field...
Not natively, you'll need to continue using template overrides for this purpose. It's probably not something we'll add, as fo most cases, you'll want a drop-in comments solution applicable site-wide....
Hmm, I can't seem to replicate that with my setup using all the defaults. I know you mentioned there's nothing in the logs, but can you reproduce it with devMode...
Also added the ability to set these as .env variables. To get this early, change your `verbb/comments` requirement in `composer.json` to: ``` "require": { "verbb/comments": "dev-craft-3 as 1.9.3", "...": "..."...
Added in [1.9.4](https://github.com/verbb/comments/releases/tag/1.9.4)
We'd have to introduce a concept of comment "types" as a way to group different types of comment functionality. It's a large refactor as some settings will need to be...
So that's for the JS captcha check, which is slightly different to Comments' JS, used for the functionality of the form, editing, replies, voting, etc. I'll see what I can...