Search

Showing 7 of 1,697 result(s)

/meerkat/managing-comments#content-publishing-comments

Comments may be published from the Control Panel by selecting the "Publish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors. It is recommended to not enable automatic publishing so...

/meerkat/managing-comments#content-unpublishing-comments

Comments may be un-published from the Control Panel by selecting the "Unpublish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors.

/meerkat/meerkat-forms#content-creating-simple-forms

To create simple forms, you have the option to use the {{ fields }} value. This value will be an array of all the fields configured in the Meerkat blueprint. The following example demonstrates how to iterate all the form fields and render them to...

/meerkat/responses-and-replies

In general, responses are the collection of all comments and replies on any given page of your site. A comment may have its own collection of children comments; these are referred to as replies .

/meerkat/responses-and-replies#content-always-check-for-nested-comments

When writing recursive comments, always check if there are nested comments by using a condition similar to the following example:

/meerkat/the-is-filters

The is filters provide specialized filters for targeting specific comment properties, or a range of properties;

/meerkat/the-is-filters#content-the-isafter-filter

The is:after filter allows you to filter comments to those that appear after a certain date. It accepts either a UNIX timestamp, or the date as text input. The following example would return all comments that were submitted to the server after...