This module allows visitors to make rating and comment for pages of DotNetNuke web site. It uses Ajax Tool Kit to get great performance and make it more attractive.
The module is built in DNN 4.5.0. It can works properly with 4.5.
Features:
l Using Ajax Tool Kit
It uses ajax to get great performance and make it more attractive.
l One comment/rating per client
The module uses cookie to prevent multi comments/ratings from one client. You can disable this setting to allow multi comments/ratings.
l Support Role-Based Security
You can determine which roles can view, submit ratings or comments.
l Spam Prevention via CAPTCHA
To prevent spam generated by spam bots, a visitor must pass a CAPTCHA test first before the comment is submitted. This ensures that no automatically generated spam is entered.
l Comments can be moderated
You can determine that new comments must be approved by administrator before appearing in the module.
l Email notification of new comment submission
You can determine that a message of new comment submission should be sent to an email address.
l Customize comment template and replacement tokens
You can freely design the look of the comments by setting the format in an HTML template. There are several tokes you can use in the template such as [PORTALNAME], [TABNAME] and so on.
l Management page
There is a management page for administrator to manage all comments of all pages.