Showing 7 of 587 result(s)
To make things as simple as possible, Meerkat provides you with some properties that you can use in your own form implementation:
Meerkat will call various methods throughout the reply process. You can tap into these by supplying your own implementation for the submit , canceled , and replyOpen methods.
Meerkat will enforce the validation rules set on your comment form's blueprint, even when making AJAX calls to the server. When there are validation errors, we can catch these via the fail() jQuery method. The validation errors are returned by the...
From within the Statamic Control Panel, select the "Blueprints" menu option on the left (labeled "1" in the figure below). Once the Blueprints page has loaded, Meerkat will have automatically added a new "Meerkat Comments" option (labeled "2" in...
Statamic's blueprint system is pretty expansive; it is highly recommended that you review their documentation of the feature by visiting https://statamic.dev/blueprints .
The Statamic Control Panel is the recommended method for interacting with Meerkat comment data (but you are welcome to dig around the file system, if you wish).Meerkat can be accessed by selecting the "Comments" menu item from the navigation menu...
Since it is possible for Meerkat to disable new comment submissions for any given post on your site, it might be a good idea to have your template adapt and display a message to visitors. By default, Meerkat does not close comment threads...