Hi

Me as admin give some kudos to my example user.
He has access to received and show kudos.

I got info (very short time visible) that kudo was successfully send.

Then I login as example user but I can't see info about received kudos
I am a little confusing because I don't know which kind of info about received kudos it will be, in readme.txt there is no info about this.
I suppose that this info (image )will be in teaser and/or full view of node on which i give kudo, somewhere under content, or list of all kudos for this node and their sender, or there will be link in this node "received kudos for this node" or user got message "You got x kudos from xxx" and in menu there will be link "kudos" with number of received kudos...
Maybe there is something from it but I see no info about received kudos .

Thanks
Igorik
http://www.somvprahe.sk

Comments

socki’s picture

Assigned: Unassigned » socki

As of right now the only notification is to the user giving the kudo. There is a module that has been contributed to this project which I've packaged into the newest version of the kudos module, which ties kudos into the activities module. With the activities module, you can have listing of all the activities a user has done, or in this case received. Try that, that might be helpful. Note: Be sure to use a new activities module.

There is also an available block that you can assign to a node template, which will output all the kudos that a particular item has received. If this doesn't suffice, you made also simply call: kudos_content_stats('node', $_node_nid) which returns the same thing the block will return, but will allow you to place it wherever you want, including the body of the node.

It does seem like a good idea, and something i'll work on, that if you bind the kudos form to a node, and you are viewing your own piece of content, then it will output the stats rather then the form.

socki’s picture

Category: bug » feature
igorik’s picture

It can be great if user can get a mail "You received kudo('flower')" from xxx for a node zzz
anyway, it will be great if there will be page 'My kudos' with list of all user kudos, names of nodes for which it were received and name of users who gave it to him. Doing by views it can be simply sortable and have a nice paging.

Thanks
Igorik

socki’s picture

This added functionality already exists. Thanks to the contributed Activities module plug in that is packaged with kudos (and of course the full Activities module) you can create activities, and using a module such as the Notifications module (http://drupal.org/project/notifications) accomplish what you are asking.

Anonymous’s picture

I think it may be best if there was just a count next to the button of each Kudo and a list of each Kudo in the user profile with the count given for that user ala yelp.

Just my two cents,

txcrew

socki’s picture

Status: Active » Fixed

The latest version of the module includes an output of how many kudos a person has earned on their user profile page. I believe that this would address this problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.