users who log in via login,
will always be on the index.php
directed.
User should login
go to the member.php.
where can you adjust it.
is that possible?
users who log in via login, will always be on the index.php directed. User should login go to the member.php. where can you adjust it. is that possible? |
Hello Jurgen!
If you want always to redirect the users in your site after login to member.php page then find the following line in member.php if (!$sUrlRelocate = $sRelocate or $sRelocate == $site['url'] or basename($sRelocate) == 'join.php' or 0 !== mb_stripos($sRelocate, BX_DOL_URL_ROOT))
|
Hello Leonid It worked out wonderfully. many thanks |