Simple yes/no usefulness rating for Plone content, enables e-mail notification
Project description
Introduction
This product adds a viewlet which allows users to rate the usefulness of a content item.
It also registers an Event which can be used in Plone’s Content Rules so that an e-mail can be sent immediately after a rating has been submitted.
Features
Viewlet (below content) presents a form with the question “Was this information useful?”:
Clicking “Yes” immediately submits
Clicking “No” shows a comment field and submit button
By default, enabled for “Document” types, others selectable.
Can be overridden (enabled and disabled) for all content types.
Enables immediate e-mail notification, with the rating value (“Yes” or “No”) and rating comment (in the case of “No”) as e-mail variables.
Installation
To your buildout.cfg, add:
eggs = ... collective.wasthisuseful
After that, just install via the “Add-on” controlpanel.
Usage
Enable e-mail notification
Create a content rule which has “Usefulness rated” as a trigger. As the rule’s action, select “Send e-mail”. In the e-mail message, you can use ${usefulness_comment} and ${usefulness_value} as variables (in addition to the usual ${url} and ${title}.
Select enabled types
The “WasThisUseful-settings” form enables you to select on which content types the viewlet is available. You can reach is via the Plone control panel (“Site setup”) or directly via @@wasthisuseful-settings.
Enabling and disabling specific folders
You can override the “enabled types” behaviour by going to the “Usefulness ratings” tab. On folderish objects, you can disable rating for the folderish object and its children.
You can even do this for content items that are not in the “enabled types” list.
- Whether an object has ratings enabled is decided in the following order:
Has the object itself been set to enabled / disabled (using the “Usefulness ratings” tab)? If so, use that setting.
Has the object’s direct parent been set to enabled / disabled (using the “Usefulness ratings” tab)? If so, use that setting.
Is the object of a type that has been enabled on the “WasThisUseful-settings” controlpanel?
To do
Event IUsefulnessEvent seems only to be fired for non-folderish items
Show warning when viewing settings of item that is default view (like Topic aggregator in News Folder).
Show number of ratings
Integrate with collective.contentratings
Translate rating value (“Yes”/”No”) in content rule e-mail
Changelog
1.0 (2012-06-13)
Stable release
0.3 (unreleased)
Depend on plone.app.registry in setup.py
Only show wasthisuseful viewlet in views marked with IViewView
Added Dutch translation
Minor template/css changes in add this viewlet
0.2 (2011-11-15)
Add permission wasthisuseful: Manage ratings for controlpanel
Allow to disable ratings for folders (and the children in them)
Make settings on folder take precedende over enabled types
0.1dvldev (2011-11-04)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.wasthisuseful-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | f96243c23da3024bc0ed451b07021acb3110904dce0174b4c9b6c8327ca0a76f |
|
MD5 | a2c1a2a6eda5f802aae574185b1bd64b |
|
BLAKE2b-256 | 4081633237e4f65d2c50cbae23f7740b373b38355131c7b8c0d97e5654c4db0d |