mod_comment

Implements a basic commenting system, enabling commenting on resources.

The module has an admin comment overview, allowing the administrator to review the comments or delete them.

To enable commenting in your site, include _comments.tpl on your resource’s page template, passing an id parameter for the resource on which you want users to be able to comment.

Edit on GitHub

Models

m_comment

Accesses comments on a page.

Controllers

controller_admin_comments

Shows an admin screen with an overview of most recently created comments. The screen offers the option to moderate the…

controller_admin_comments_settings

Shows an admin settings screen where you can edit settings related to mod_comment.

Dispatch rules

dispatch

Dispatch rules Name Path Resource Args admin_comments [“admin”,”comments”] controller_admin_comments [seo_noindex]…

Filters

gravatar_code

Calculate the gravatar code for an e-mail address:

Referred by

controller_admin_comments_settings

Shows an admin settings screen where you can edit settings related to mod_comment.

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.