Create flash messages with bootstrap alert UI.
Silverstripe 3.3.x
Allow to create flash messages with bootstrap alert UI
Just install the module folder into your silverstripe root and add the following to your Template
<% include BootstrapFlashMessage %>
Inside your logic you can use set your Flashmessage the following way:
BootstrapFlashMessage::set('Your Message', 'TYPE');
Type can set to one of the following types:
success, info, warning, danger
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem