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

chazz’s picture

drupalina’s picture

subscribing...
I have the same problem... this is crucial!

jase951’s picture

I 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

alexmoreno’s picture

same problem

fakeyou’s picture

Doesn't promote for me too

fakeyou’s picture

and also cannot edit the action after it was created

Tpainton-1’s picture

Okay. 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.

duaelfr’s picture

Status: Active » Closed (won't fix)

This 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.