2 Mar
2005
2 Mar
'05
4:53 p.m.
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