what would it take to keep track of and display the total number of +1 votes and the total number of -1 votes rather than the single sum of both?

take a look at this: http://www.urbandictionary.com/ that little unobtrusive but very informative little thumbs up / thumbs down and qty display is exactly what i was hoping this module would do.

Comments

sziggle’s picture

Title: give userpoints to author of content » show both up votes and down votes

-oops, i got the title confused with an issue i was posting to a different (related) module. sorry about that.

fumbling’s picture

I need this feature as well. Any chance this will be added?

fumbling’s picture

Did you have any success figuring out how to tally and surface both up votes and down votes? This is a feature I need to add asap as well.

Equ’s picture

subscribing.

neoliminal’s picture

You may want to consider using the Flag module (http://drupal.org/project/flag) to track up and down votes. Set one flag for up and another for down. You'll have to work some php to get the totals or percentages, but until this module can do it you'd have to make it work here anyway.

fumbling’s picture

Thanks, will look into flag.

tommytom’s picture

I created a similar issue. Didn't see this.

Does anybody have some news about this issue ?
Can one show both counts with the flag module ?

tommytom’s picture

any ideas ?

mcload’s picture

This would be a nice feature. subscribing.

tommytom’s picture

yeah this would be a very nice feature.
lut4rp can you help us ?

totaldrupal’s picture

any news on this feature yet, it would be great addition

tommytom’s picture

ingo86’s picture

Assigned: Unassigned » ingo86
Status: Active » Closed (duplicate)
HunterElliott’s picture

The easiest way I've found to implement this is to use the Nero Rating System from polldaddy.com. You will need to sign up for an account there, but you can do this with the basic/free account.

Just log in to your acct at polldaddy.com. Under the Account tab, there will be an item called "Ratings" (at this point in time, it has a 'beta' label on it). Click on Ratings and then click on the button that says Create New Rating. Choose a "Nero" style for thumbs up/down. Give the rating a name that you'll remember - you do NOT need to create a separate rating for everything on your site, you only need to create one, really.

Once you create a rating, it will give you some embed code for your site. Copy this code and put it in your relevant .tpl file. The DIV in the code will have an ID in it - keep the ID, but you may want to give it a CLASS for your own styling. The only line you *really* need to change here is the line that has the Unique ID; here I just plopped in the Node ID for it, but you can put something else text-wise at the front/end/both of it to make sure: "unique_id" : " (use the php tags around the following) $node->nid; "

If you want different images for the thumbs, polldaddy.com gives you the option list an image of your own (you'll need to host the image on your site).

(and no, I am in no way affiliated with polldaddy - just letting people know about it as so many people want to use this kind of thing)