MyBB Community Forums

Full Version: Front end success message...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mybb implements a nice inline_error on the front end. For admincp in 1.4x there are both error and success functions. It would be great from a plugin author perspective to have an inline_success message too. Even when you send a PM there is nothing to indicate it was sent. When I write plugins I would love it if I could call a similar success function as inline_error.

Stuff like this would rock:

$l['pluginA_complete'] = "Your action is complete";

inline_success($lang->pluginA_complete);


As it is now...I need to make template pages to handle that.
That's why there are friendly redirect pages...but I can see how it can be useful when redirects have been disabled