I just updated, and notice that now the first page that is presented after log-in is the "members.php" page with the timeline, rather than my home page "index.php."
Is there a place or way to change this setting or behavior?
Thanks much, CHOPS
I just updated, and notice that now the first page that is presented after log-in is the "members.php" page with the timeline, rather than my home page "index.php." Is there a place or way to change this setting or behavior? Thanks much, CHOPS |
Hello CHOPS!
"member.php" is the default URL after the login. If you need to move the user to another page then the simplest way is to change "member.php" in the following line in the file inc/design.inc.php: 'value'=> isset($_REQUEST['relocate']) ? $_REQUEST['relocate'] : BX_DOL_URL_ROOT . 'member.php',
|