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
Comment #1
nirad commenteduse
<?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
Comment #2
ingo86 commentedVersion 2.x should implement this.
For vud 1.x use the snippet posted in comment-1836058
Comment #3
hampshire commentedThis 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.