Currently, if you set a message using the Devel module (for instance, with the dsm() function), it will get displayed in the Nice message pop-up, which makes it practically useless. It would be nice if Nice messages detected calls from Devel or calls with Krumo arrays in them and defaulted to standard Drupal messages for them. Purr Messages supports this, and it's the only advantage I can find for Purr Messages over Nice Messages.

Comments

dqd’s picture

Issue summary: View changes
Priority: Normal » Minor
Status: Active » Closed (works as designed)

This is a another if else condition on every message load which is not really needed. Ain't no production sites nor any development stages with nice messages enabled should accept any additional if/else, which is not really needed. Nice message supports disabling it on a page path basis, which I think is more smart and can be used for your devel output part of the site.