Changes between Version 4 and Version 5 of qPloneComments
- Timestamp:
- Sep 4, 2008 11:56:17 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneComments
v4 v5 5 5 Plone Comments (qPloneComments) is a Plone product developed developed to improve the site managers and editors expirience with standard commenting mechanism in Plone. 6 6 7 '''Features''' 7 == Features == 8 8 9 9 * Notify admin about comment posted … … 15 15 * Article author can be notified about new comment after the approval by reviewer 16 16 * List of recent comments for more comfortable moderation 17 * Configlet that allow:18 * Turning on/off Moderation19 * Turning on/off Manager notification20 * Turning on/off Editor notification21 * Turning on/off Anonymous Commenting22 * Configure admin e-mail for notifications23 * Configure notification subject24 17 * qPloneCaptcha integrated (needs the qPloneCaptcha to be installed) 25 18 26 Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to DiscussionManagergroup of users.19 Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to '''Discussion Manager''' group of users. 27 20 28 To differentiate between logged-in (registered) comment ors and Anonymous commentors that pretend to be one person or other one, we use Boldness of name. The Comment author is in bold when posted by logged in member. The names provided when posting Anonymously are in plain text.21 To differentiate between logged-in (registered) commentators and Anonymous commentators that pretend to be one person or other one, we use Boldness of name. The Comment author is in bold when posted by logged in member. The names provided when posting Anonymously are in plain text. 29 22 30 Notification subject control allows to enter custom prefix to dis ctinct notifications comming from different sites.23 Notification subject control allows to enter custom prefix to distinct notifications coming from different sites. 31 24 32 '''Usage''' 25 == Product Management == 26 27 After installation of qPloneComments, a new item appears under ''Add-on Product Configuration'': '''qPloneComments''': 28 29 [[Image(site-setup.png, nolink)]] 30 31 qPloneComments configuration window consists of 2 Configlets: 32 33 '''1. Configure qPloneComments''' 34 35 [[Image(configure.png, nolink)]] 36 37 it allows: 38 * Turning on/off Moderation 39 * Turning on/off Manager notification 40 * Turning on/off Editor notification 41 * Turning on/off Anonymous Commenting 42 * Configure admin e-mail for notifications 43 * Configure notification subject 44 45 '''2. Recent comments moderation''' 46 47 [[Image(recent.png, nolink)]] 48 49 Includes a list of recent comments for more comfortable moderation. It is possible to see all the recent comment activity and publish or delete comments all together. 50 51 == Usage == 33 52 34 53 One of possible !UseCases: … … 42 61 * When comment is published notification is sent to Article Editor. 43 62 44 '''Future''' 63 == Future == 45 64 * Record and expose commentor IP (will be in one of later releases)