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.