Marcel
Active member
I've figured out how to force a flash message when coming from a form, by adding data-force-flash-message="true" to the <xf:form> field.
How do I force a flash message to appear with this redirect?
The message is not being displayed, is there any way I can force it?
How do I force a flash message to appear with this redirect?
PHP:
return $this->redirect($this->buildLink('threads', $thread), 'Insert Message Here');
The message is not being displayed, is there any way I can force it?