Redirect After Registration
Allows you te redirect to new users to another url besides normal one, by default to help documentation, but you can set your own url.
Project Details
This plugin allows you te redirect to new users to another url besides normal one, by default to help documentation, but you can set your own url
To change url go to inc/languages/yourownlanguage and create file if not exist based on english. Then copy entire content of this file and change this two lines:
$l['redirecting_onreg_url'] = "misc.php?page=action=help";
$l['redirecting_onreg_url_mobile'] = "misc.php?page=action=help";
To your own redirect pages, for mobile you have to use GoMobile, but if not use this use the redirect on first row only
Cheers !!!
To change url go to inc/languages/yourownlanguage and create file if not exist based on english. Then copy entire content of this file and change this two lines:
$l['redirecting_onreg_url'] = "misc.php?page=action=help";
$l['redirecting_onreg_url_mobile'] = "misc.php?page=action=help";
To your own redirect pages, for mobile you have to use GoMobile, but if not use this use the redirect on first row only
Cheers !!!
Previews
- Author
- Whiteneo
- Collaborators
- None
- Version
- 1.0
- Submitted
- 2016-02-28, 11:31 PM
- Last Updated
- 2017-12-31, 07:09 AM
- Bug Tracking
- Disabled
- MyBB Versions
- 1.8.x