Introduction
DL Suite: Comments is a AJAX dependent module used to serve user comments. It brings flexible functionalities along with AJAX to make things seamless and easy to integrate. In fact, this module is used throughout my web site as not only to allow user comments, but as a contact form as well.
Features
The main feature of this is of course this uses AJAX to peform and user interaction for both the frontend and the backend. No page reloads as everything is done via AJAX.
Captcha is used (thanks to DL Suite: Support) to provide an extra layer of security to prevent spamming of the database. That, in combination with admin approval, provides another layer of preventing unwanted information on your web site.
Dynamic editing allows you to simply click on a field and edit it on the backend. Both the username and comment can be edit. But even before the editing, the comment will be sanitized so that invalid or illegal characters and HTML will be stripped out.
Where to Get
You can get DL Suite: Comments either with Subversion by exporting it using the following url:
http://svn.cmsmadesimple.org/svn/dlcomments/tags/[version]
Just replace "[version]" with the version you want. You can also download it from CMS Made Simple, by clicking here.
Documentation/Manuals
The following documentation are available: