MyBB Community Forums

Full Version: [Plugin] Redirect your users after they register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
All of his plugins were sold I think. To mybbextras or something Wink
(2011-05-09, 10:05 PM)AJS Wrote: [ -> ]http://mybbcodes.com/ IIRC

Thanks for the link buddy.
(2011-05-09, 09:53 PM)Tom K. Wrote: [ -> ]All of his plugins were sold I think. To mybbextras or something Wink

Nice one, looks like someone posted the links. Smile
Invalid Download

The download you are attempting to view appears to be invalid.
If you are looking for a mod that does something similar to this then you can try out my redirect on registration fork on Github.

https://github.com/leefish/MyBB-Redirect...gistration
Working without problems!
Just added at "redirectafterregistration" this:
<script language="javascript"><!--
location.replace("URL")
//-->
</script>

between <head> and </head>
I changed the URL to a direct "New Reply" in "Welcome Forum" to increase participation.

Thanks for the plugin!
(2013-04-12, 05:24 PM)Breixo Wrote: [ -> ]Working without problems!
Just added at "redirectafterregistration" this:
<script language="javascript"><!--
location.replace("URL")
//-->
</script>

between <head> and </head>
I changed the URL to a direct "New Reply" in "Welcome Forum" to increase participation.

Thanks for the plugin!

thanks Martin M. for the plugin and
thanks Breixo for redirect script code

good work
Pages: 1 2