Inline Success Messages 2.1 is out
This is a bugfix release. Issues affecting logging in and out have been fixed. In order to update, download the package and overwrite the old files. It is not necessary to uninstall or deactivate the plugin before doing so.
Great plugin, time saving and informative, a better solution to friendly redirects!
Inline Success Messages lets you see an inline success message instead of the classic "friendly redirection page" MyBB comes with.
MyBB already comes with the "Show friendly redirection page" option, but waiting 5 seconds before being redirected to a new page is a bit annoying to me. If you disable this option, you are immediately redirected to the target page but you lose a textual feedback of what you have done before and therefore you don't know if the action performed has been a success or not.
Inline Success Messages acts something in between these scenarios. You are immediately redirected to the target page but you are informed of the action you've just performed. The message is sent as a jGrowl notification.
Previously, more than 40 templates were edited in order to add a variable. With version 2.0, this is no longer needed as the message is powered by MyBB's default message handler which is jGrowl. If you are using something different on your board, feel free to edit the template "inlinesuccess_success" and play it around with your own JS message handler.
![[Image: bE7kjad.png]](https://i.imgur.com/bE7kjad.png)
I no longer support the legacy version for 1.6 users. You either upgrade to 1.8 or manually include jQuery and jGrowl into ISM's template.
It is just me or you can't download this file? I've tried different browsers, in private browsing with no difference. I'd like to try this plugin. Please let me know once it is available for download.
That's odd, shows up fine for me.
I'm still unable to download the plugin. I tried it from my mobile and the same thing.
Sorry, ThunderBoard's new preloading feature was a bit buggy. I have disabled it temporarily and you should now be able to download the plugin.
how come my inline success message shows transparent background? instead of black background like in the first post?
my forum is at blackmarke7.com
In inlinesuccess_success template, change:
$.jGrowl('{$message}');
to:
$.jGrowl('{$message}', 'jgrowl_success');
jGrowl might have been updated in recent MyBB versions and you are the first reporting this issue so I wasn't aware of it. Please let me know how it goes.