Hi

"Custom Submit Messages" https://www.drupal.org/project/csm

I am using the csm module to change the “create message” for different content type, it works without the nice messages enabled.

But after I enable the nice message, the csm doesn't work anymore, I don't know the problem come from which side, maybe from the nice message here.

Please advise if you know the problem. thank you

Comments

freelylw created an issue.

astonvictor’s picture

Nice messages module hides all messages by default and adds new messages via jQuery.jGrowl().
See nicemessages_preprocess_page(&$vars) {} for more information.

Should help:
1. Disable & remove 'Custom Submit Messages' module.
2. Download jGrowl library to /sites/all/libraries/jgrowl folder.
3. Use hook_nicemessages_alter(&$settings) {} in order to alter messages.