Hello,
I'm using drupal 6 with cck, contemplate, views and vote up/down. I'd love to display the sum of votes (positive votes - negative) together with the vote up and down in nodes and teasers.

I've tried to use contemplate to display it without any success. (There is no variables (at least not to my knowledge) that holds this number). Can someone please help me.

Comments

nirad’s picture

use <?php print $node->links['vud_node_votes_count']['title'] ?>

nevertheless, it would be nicer to have a better designed widget that displays the number of votes out of the box

ingo86’s picture

Assigned: Unassigned » ingo86
Status: Active » Closed (won't fix)

Version 2.x should implement this.
For vud 1.x use the snippet posted in comment-1836058

hampshire’s picture

This works in beta 6 as well but it shows 0 votes, 1 vote, 2 votes, etc. How do we get rid of vote/votes so it just says 0, 1, 2, etc.

Thank you.