Lu Jia
Active member
PHP:
return $this->responseRedirect(
XenForo_ControllerResponse_Redirect::SUCCESS,
$this->getDynamicRedirect(),
new XenForo_Phrase('your_message_has_been_sent')
);
I have an addon with a form. I want to spam out the message above the forum (like in admin area All templates saved successfully).
With this code above nothing will appear.
Thanks for your help and I hope you'll understand my issue