Wayne B Posted March 30, 2015 Posted March 30, 2015 HiI'm trying to display an inline message to the user when a piece of content is moved. However, it does not display.This is because the inline message is being removed from the session variable when the \IPS\Output instance is accessed on the next page load, but in the case of content moving, the next page load results in a page redirect back to the forum, in which case the inline message has been removed and is lost.Can't we just unset the $_SESSION[ 'inlineMessage' ] variable from the sendOutput() method when we know it's not a json response or a redirect so that messages actually get preserved until the next actual page view?Bug Report located here requesting I raise a topic in this forum;http://community.invisionpower.com/4bugtrack/displaying-inline-message-after-redirect-r3420/#comment-154263
Recommended Posts
Archived
This topic is now archived and is closed to further replies.