Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
feedback and suggestions
This discussion is related to the Kudos Plugin addon.
please leave your considerations here.
bugs, feedback, improvements...
bugs, feedback, improvements...
0
Comments
you can give your vote to a comment and view below who voted it and what vote he gave.
What would be nice is that when someone likes a post, it appears in the Activity Feeds.
I've also edited the plugin so that it shows different wording when up-voting / down-voting. Maybe there could be a preference panel for the plugin that allowed you to change the wording, but also have a checkbox to post to activity feed?
also i'll check the activity feed thing. nice one!
There was an error rendering this rich post.
Any idea how to get this working for the mobile theme?
There was an error rendering this rich post.
{
$Toolbar = '';
$Kudos = $this->KudosModel->GetDiscussionKudos($DiscussionID);
if($CommentID) $Kudos = $this->KudosModel->GetCommentKudos($CommentID);
if($this->loved($Kudos)) $Toolbar .= '< img sr c="/uploads/thumbsup-selected.png" alt="You have given this comment a thumbs up" title="You have given this comment a thumbs up"> ';
else $Toolbar .= '< img sr c="/uploads/thumbsup.png" alt="Give a thumbs up for this comment" title="Give a thumbs up for this comment"> ';
if($this->hated($Kudos)) $Toolbar .= '< img sr c="/uploads/thumbsdown-selected.png" alt="You have given this comment a thumbs down" title="You have given this comment a thumbs down">';
else $Toolbar .= '< img sr c="/uploads/thumbsdown.png" alt="Give a thumbs down for this comment" title="Give a thumbs down for this comment">';
if(count($Kudos['l']) || count($Kudos['h']))
$Toolbar .= ' (+'.count($Kudos['l']).' / -'.count($Kudos['h']).' )';
return $Toolbar;
}
I can try and add a screenshot if you like but if the images are quite small, the effect is quite good! The selected icons highlight the user has already given a comment a thumbs up or down!
I also hid the votes plugin from showing the votes button on the discussion pages, but still allow them to show the 'votes/follows/page views/comments' bar on the categories/discussion list pages, as they show some useful info that I can't duplicate.
I would love to have a setting to turn on or off the ability for people to give -1.
http://superuser.com/questions/268765/open-with-textwrangler-for-all-files
and there should be more options to customize voting icons,boxes etc...Great job