Closed (outdated)
Project:
Voting Rules
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 22:26 UTC
Updated:
17 Nov 2018 at 23:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vamirbekyan commentedhi,
I am having the same issue. Anyone has a patch for this?
Comment #2
heydemo commentedAttached patch to fix this issue - also pushed to 6.x-1.x branch
Comment #3
heydemo commentedComment #5
bangkpow commentedThis still doesn't work. When adding a condition "Check the value of the vote on a comment", you will get an error message "Value must be numeric".
There is no field rendered where you're supposed to add the needed value.
Comment #6
thermador commentedI can confirm that this is still a problem with the latest 6.x-1.0-dev
...and the patch above fixed it (i just made the typo correction by hand, you don't need to apply a patch).
Just change line 92:
function voting_rules_condition_check_vote_value_comments_form($settings, &$form) {
to
function voting_rules_condition_check_vote_value_comment_form($settings, &$form) {
Comment #7
bluegeek9 commented