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.



Joined: 03/11/2008