Hi,
I can't setup that module to work correctly... I am use it with vote up/down module
I have setup unpromote, when is less then 2 and it's working fine.
$set = array (
'parent' => '0',
'name' => 'n',
'source' => '',
'description' => 'n',
'required' => '1',
'condition_mask' => 'OR',
'weight' => '0',
'conditions' =>
array (
0 =>
array (
'name' => 'all_votes',
'data' =>
array (
'value_type' => '*(C)',
'tag' => '',
'operator' => '<',
'value' => '2',
),
'weight' => '0',
),
),
'actions' =>
array (
0 => 'action_node_unpromote',
),
'status' => 1,
'sets' =>
array (
),
)
$sets['n'] = $set;
return $sets;
but... node promote doesn't work. Even if its more than 2 (or equal or more than 3)
$set = array (
'parent' => '0',
'name' => 'm',
'source' => '',
'description' => 'm',
'required' => '1',
'condition_mask' => 'AND',
'weight' => '0',
'conditions' =>
array (
0 =>
array (
'name' => 'all_votes',
'data' =>
array (
'value_type' => '*(C)',
'tag' => '',
'operator' => '>',
'value' => '2',
),
'weight' => '0',
),
),
'actions' =>
array (
0 => 'action_node_promote',
),
'status' => 1,
'sets' =>
array (
),
)
$sets['m'] = $set;
return $sets;
Why it is like that ? It should work fine but is not :( Please help.
Regards
Charlie
Comments
Comment #1
chazz commentedComment #2
drupalina commentedsubscribing...
I have the same problem... this is crucial!
Comment #3
jase951 commentedI have the same problem, has anyone came up with solution? Thanks!
The action is recorded on Status report, but the action just isn't being taken...there's nothing under "Actions" in the table listing the set voting actions.
Jase
Comment #4
alexmoreno commentedsame problem
Comment #5
fakeyou commentedDoesn't promote for me too
Comment #6
fakeyou commentedand also cannot edit the action after it was created
Comment #7
Tpainton-1 commentedOkay. So I realize not everyone is a good programmer. Me included. I can't program at all.. But I am fed up with this module. First, there's not even icons included. That takes me another 20 min. Now, IT JUST DOESN"T WORK! Same problems here. Doesn't do the actions. Why is this module even on the damn download list if it doesn't work? How completely frustrating. At least offer some simple support for gosh sake.
Comment #8
duaelfrThis version of Voting Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.