I am trying wrap my head around voting actions and was hoping someone could point me in the right direction.
I would like a node added to a node queue once it accrues a certain number of votes.
I have a block in the site that displays featured articles - they come from a nodequeue which admin can add to manually in the normal fashion.
I also have vote up/down and voting actions - articles are promoted to front once they earn +2 votes.
The basic idea is that once an article earns 3 votes it goes into the features node queue.
I have been looking over Vote Up/Down, Voting actions, Actions and the Nodequeue modules and to be frank am a little lost at this stage.
While this is all configurable in Drupal, it does not work, meaning, the action is not triggered once 3 votes are earned.
Here's a quick run down on how i have configured it so far:
1. Created and configured a node queue called 'features'.
2. Made a block to display node queue - so far everything works perfectly.
3. Actions > Add new action - "ad to node queue" (configured to ad to 'features' queue).
4. Voting Actions > add new action set called 'promote to features' and configure (points / vote / sum / greater than 2 votes).
5. Add action to voting action set 'add to node queue'.
If anyone can shed some light on where to go from here it would be much appreciated. I assume I need to create a new voting action - to tie the add to node queue action to votes? Not sure if that is the way forward or how to implement that at this stage.