Bootstrap Modal Messages
Categories
Component ID
2246849
Component name
Bootstrap Modal Messages
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
4673
Component created
Component changed
Component body
Transform Drupal messages into Bootstrap Modals!
Or detach any element(s) from DOM & place in modal.
Built for Bootstrap 3.
This module does not attempt in any way to figure out if you have Bootstrap; however, it does stop if the .modal() function is not found (to prevent errors).
I recommend using it with the bootstrap theme.
Drupal 8
It is now working in D8. Documentation is in the works.
Much thanks to mark_fullmer for helping get the D8 version working.
Features
- Multiple message types can be shown in 1 modal or multiple.
- Optional controls to re-display modals.
- Show on page load or by a trigger only.
- CSS Selector target for messages div, so it could be used for many things other than Drupal messages.
- Settings for the header & footer content of modal.
- Completely javascript powered, so fallback users won't see funky styled messages.
