Version 3, last updated by fonny at 24 Feb 23:34 UTC
Message bar
To post a message to the message bar, i.e. wanting to be able to post multiple messages to the _redirect_message
Solution: You can use
JFactory::getApplication()->enqueueMessages()
The optional second parameter in this function accepts 'notice', 'warning' or 'error' and changes the message bar colour accordingly .