Josh Crawford
Josh Crawford
I think the only course of action here is to fork the plugin and submit that to the plugin store. Which is a pain, as it’d be nice to keep...
Without wanting to drive anything away from a potentially imminent release from @hubertprein and A&M Nav, we've been working on our own navigation plugin for some time now. It's a...
You'd have to create a lightswitch field to allows users to manage this, and add it to user elements. You could then hook into the [notification events](https://verbb.io/craft-plugins/comments/docs/developers/events#notification-related-events) to fire `$event->isValid...
I can't seem to replicate that, sorry. Flagging a comment via GraphQL is indeed adding the row to the database, which shows up in the comment element index, and email...
Ah, I haven't tagged a release for these changes yet. Updated in [2.0.7](https://github.com/verbb/comments/releases/tag/2.0.7)
Can you let me know the content of your `templates/_email/emailTemplate.twig` file? That seems to be a custom template. But that last log looks interesting, it's evaluating your `getenv('COMMENTS_EMAIL')` to be...
At the moment, there's no way to query this through GraphQL, sorry. This only exists in service methods like: ```php \verbb\comments\Comments::$plugin->getSubscribe()->hasSubscribed($elementId, $elementSiteId, $userId, $commentId); ``` Or via Twig ```twig {{...
We've gone ahead and added some events in Comments 3, but a full front-end rewrite is planned for Comments 4, which would cover this sort of thing and a lot...
I was going to mention that the default behaviour is to render the CSS in the header of the page, and JS at the bottom before the body. If you...
Hmm. Any chance you can share the URL to this in action? You're welcome to send to `[email protected]` if you'd prefer not to share publicly.