a) Made it optional if a kudo appears on a node. This allows you to target different kudos to nodes, then comments.
b) Added an option under comments, whereby a kudo can be classified as only grantable by the content owner. This means that only the original creator of a particular node, may grant that kudo to a comment on that node. See #349303: Allow only Node Author to give kudos..
This is actually the first full release. I haven't heard of any issues since the RC had been released, so here goes. Its 1.2, due to a mistake committing files on my part.
Added some additional administrative settings to control the placement and appearance of kudos
- Added the ability to limit appearance of kudos on only comment associated with the selected content types
- Added the ability to show/hide kudos from the teasers of nodes independent of full nodes
- Added the ability to select top or bottom placement of the kudos form within a node or comment
* Fixed the validation of Kudos names
* Added kudos to comments by default. Created a new theme function that can be overridden for positioning theme_kudos_comment_display(...).
* Added ability to alter the response message text via the admin settings page
* Added the kudos to the user profile page by default...
Added the ability to change the response messages via the admin settings page.
Added the kudos form to comments if they are enabled, and a user has the ability to give kudos. The placement for the form is handled via a new theme function 'kudos_comment_display'
Similar to functionality on yelp.com, users can send and receive little award like items such as "nice quote" or "funny joke" or "great picture" from other users. With the integration with Userpoints module, users can earn points by having a kudo awarded to them.
Basically, you can curently do the following:
Limit what users can give kudos (access control)
Limit what users can receive kudos (access control)
Limit what kind of content can receive kudos (sIte config)
Limit an individual kudo to a specific content type(s) (content mgmt)
Note: content types include comments
Allow users to un-give (rescind) a previously given kudo (site config)
Control the form that a kudo button will display as (html button or graphic icon)
If graphic icon, the icon can change depending on the status (give, rescind or disabled)
Control when and how often the kudos cache gets updated... this is used for statistics rather then tablulate how many kudos each person has in real time across the board. This can range from real-time to periodically (minutes... hours.. days.. .weeks)
Integrates with Userpoints module
With Userpoints 2.x and 3.x modules, each kudo can be worth a different point value
Similar to functionality on yelp.com, users can send and receive little award like items such as "nice quote" or "funny joke" or "great picture" from other users. With the integration with Userpoints module, users can earn points by having a kudo awarded to them.
Basically, you can curently do the following:
Limit what users can give kudos (access control)
Limit what users can receive kudos (access control)
Limit what kind of content can receive kudos (sIte config)
Limit an individual kudo to a specific content type(s) (content mgmt)
Note: content types include comments
Allow users to un-give (rescind) a previously given kudo (site config)
Control the form that a kudo button will display as (html button or graphic icon)
If graphic icon, the icon can change depending on the status (give, rescind or disabled)
Control when and how often the kudos cache gets updated... this is used for statistics rather then tablulate how many kudos each person has in real time across the board. This can range from real-time to periodically (minutes... hours.. days.. .weeks)
Integrates with Userpoints module
With Userpoints 2.x and 3.x modules, each kudo can be worth a different point value