I've posted a new build for News Articles in the downloads section (members only).
New Functionality Includes:-
- Comment Moderation and Captcha support.
- Turn on comment moderation in admin options -> main options -> Comment Settings
- Comments requiring approval are sent to the approver roles specified in security settings.
- Two new email templates exist for comment approval (CommentRequiringApproval and CommentApproved). You can customize these in "Edit Email Templates".
- People with edit or approve access on the module will automatically bypass the comment moderation.
- You can approve comments via the "Approve Comments" link in the top menu. If you have customized the menu.item.html, you will need to add in a link to the [APPROVECOMMENTSLINK] token in your template.
- Turn on captcha in admin options -> main options -> Comment Settings
- The captcha controll will render in the post comment form for everyone posting a comment. This is the same captcha control that the DNN core uses.
- New tokens available:-
- [QUERYSTRING:XXX] where XXX is the parameter to extract from the querystring (e.g. [QUERYSTRING:ArticleID]). This is available in listing.item.html and view.item.html.
Thanks again for your assistance. |