[drupal-devel] How do I... node submit, resubmit, folksonomy

Mark mark at nullcraft.org
Wed Mar 2 15:53:10 UTC 2005


Morbus Iff wrote:

>
>  * who was working on that folksonomy module? where is it?

I think Moshe is working on this(?)

>  * can I, via a module, put up a page AFTER the node submit screen?
>
Look at the hook_nodeapi.  You could implement the 'validate' nodeapi 
hook if you wanted the action to take place prior to the node being 
saved, or the 'insert' nodeapi hook could have a 
drupal_goto("node/$nid/edit"); in it (though this may be problematic in 
other ways).

-Mark



More information about the drupal-devel mailing list