MyBB Community Forums

Full Version: Url Redirects With Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hy Mybb !
I need help i have two forums but now i want to redirects users from forum1 to forum2 with a redirect message which include "You will be Redirected to Forum2 in x Seconds" .

Can someone help me .
If you need a message, open global.php in forum1 and add this code:
redirect('http://link.to/forum1', 'Your message', '', true);
somewhere around here: https://github.com/mybb/mybb/blob/featur...l.php#L473
i will try . But where i put above lines in global.php