Are you looking for a way to redirect a user to Home rather than Your Account when they login? Would you rather prefer them to go to Your Account only when they choose to and be automatically redirected to Home when they login? There is a simple way to accomplish this (see How to redirect users to the Homepage and Redirect login to home):
Find the following lines in function login() in the modules/Your_Account/index.php:
Header("Location: modules.php?name=Your_Account&op=userinfo&bypass=1&username=$username");
|
Change it to this:
Header("Location: index.php");
|
See Section 18.2.1 for the inverse procedure - but don't try both. ![]()
| Prev | Home | Next |
| Modifying the PHP-Nuke Your_Account module | Up | How to redirect Your Info to the Forums user profile |
| Last updated Sun Aug 7 21:14:12 CEST 2005 | Permalink: http://www.karakas-online.de/EN-Book/redirect-users-to-homepage.html | All contents © 2004 Chris Karakas, Claudio Erba |