MyBB Community Forums

Full Version: How to use flash_message in front end of site?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like title say...
There is not much information in OP but if you want to do flash message, than in MyBB, it is done using jGrowl(Reference - https://github.com/stanlemon/jGrowl).
Sample JGrowl is done like this
$.jGrowl("Hello world!");