I have a drupal install using the Drigg Module. I need to know how to submit articles to the approval queue, so that they can be published every hour or so at a later date. First person that can show me how to do this gets $5. Thanks.
Hi, If its not as you said "approval queue" then you can try schedular module. Which schedules the publishing time for the nodes without and review or apporval needed. Or you can try hand with "flag" or "nodequeue" which will generate a list of recent nodes created and you perform specific actions(but you need to code your custom module for such operation )