Unable to promote node on front page
| Project: | Voting Actions |
| Version: | 5.x-2.0b2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
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

#1
#2
subscribing...
I have the same problem... this is crucial!
#3
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
#4
same problem
#5
Doesn't promote for me too
#6
and also cannot edit the action after it was created
#7
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.