thanks!

Posts: 10
Joined: 03/11/2008

Thanks amaria - after a bit of experimenting to get this to work with my setup it is working very well.

I skipped the workflow aspect of this and am just having the workflow-ng rule set the node status to published. So in place of

<?php
    actions_do
('workflow_select_next_state_action', $submitted_node);
?>

I have

<?php
    $node
->status = 1;
   
node_save($node);
?>

This makes do essentially what uc_nodetype was doing. So far, very happy with the results.

uc_nodetype: module to purchase right to publish node By: JuliaKM (32 replies) Fri, 12/07/2007 - 15:38