Active
Project:
Nice messages
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2018 at 18:07 UTC
Updated:
8 Aug 2018 at 12:05 UTC
Jump to comment: Most recent
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
Comment #2
astonvictor commentedNice 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.