Im trying to set a custom message that gets shown to users after they submit a new node. This message is going replace the standard '@type %title has been created.'
I've tried using hook_nodeapi with $op of 'insert' but no matter how I try and change module weights, my custom message always appears first before the core drupal message.
This wont work, as I need to call drupal_get_messages() to remove the orginal message before sending my own custom one.
This workflow is driving me insane, can anyone help point me in the right direction?
Cheers.