Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Redirect ~ MyCode

A MyCode you can configure in your forums.


Regular Expression:
\[redirect=([0-60]+)\](.*?)\[/redirect\]
(change the 60 to what you want the max number of seconds to wait untill the redirect)

Replacement:
<meta http-equiv="refresh" content="$1;URL='$2'">


MyCode Text:
[redirect=5]http://mybb.com[/redirect]

HTML Result:
<meta http-equiv="refresh" content="5;URL='http://mybb.com'">

Actual Result:
Won't work because HTML is disabled.

Need and help with this? - If so reply to me here
You can add permissions like what forums it can be used in and what groups it can be used in with this plugin.