Unable to promote node on front page

chazz - January 23, 2008 - 00:39
Project:Voting Actions
Version:5.x-2.0b2
Component:Miscellaneous
Category:support request
Priority:critical
Assigned:Unassigned
Status:active
Description

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

chazz - January 23, 2008 - 00:40

#2

drupalina - March 8, 2008 - 14:12

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

#3

jase951 - April 1, 2008 - 16:50

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

urwen - April 8, 2008 - 13:33

same problem

#5

fakeyou - April 11, 2008 - 22:21

Doesn't promote for me too

#6

fakeyou - April 11, 2008 - 22:23

and also cannot edit the action after it was created

#7

Tpainton - May 18, 2008 - 22:47

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.

 
 

Drupal is a registered trademark of Dries Buytaert.