-
Hello JMonroe!
In UNA you may setup redirect URL only after creation (Stuido->Settings->Persons area). If you really need to redirect users after login somewhere else then edit this line in file template/script/BxBaseFormLogin.php:
$sRelocate = BX_DOL_URL_ROOT . 'member.php';
replace 'member.php' to another file.
With the best regards, Leonid
-
Hello Leonid,
Where can I find something similar to redirect to a page after creating an account via Dolphin Connect, please ?
-
Thanks for the information. It was redirecting to default member page due to some issues on my old host. I switched hosting company this past weekend and everything is working as should. Definitely good to know though in case I decided to do something different.
-
Hi @LeonidS
I have tried this but it doesn't work.
-