Is there a way to prevent voting down if the value equals 0.. the reason for this is because I don't want -1 etc to show up next to nodes. I rather have all positive values. Therefore if someone votes up a post to lets say 1.. another person can vote down to 0 but no one can vote down below 0. Is this possible?
Comments
Comment #1
mercmobily commentedHi,
I am afraid it's not possible at the moment.
I should leave this as a feature request. Do you absolutely need it?
Merc.
Comment #2
mercmobily commentedHi,
This is possible by changing the template that displays the widget. Basically, create a new theme for the widget, and make absolute sure that if the vote is < 0 you simply display 0.
Bye!
Merc.