- πΊπ¦Ukraine UsingSession
As said @rleela
this is not a Better Messages issue, this happens because Bootstrap theme is flushing all messages after it gets them
also Bootstrap render message with custom template
I realized that a message send from a custom module (hook_form_alter) did not get styled as better message (it worked in D6)
Created a new node containing PHP and only a drupal_set_message("xyz") call- same thing here, message gets rendered inside the content no popup.
All "system" messages work fine though...
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
As said @rleela
this is not a Better Messages issue, this happens because Bootstrap theme is flushing all messages after it gets them
also Bootstrap render message with custom template