×This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!
Yes. Basically you're looking for any place that has
Code:
header("Location: account.php")
in the code. You will want to make a change on
line 14 of login.php
line 1189 of models/funcs.php
line 27 of register.php
I will make this a setting in UserSpice version 4.0 so you won't have to dig through the code to make this change and it will stick with you through updates.
(01-27-2016, 04:52 PM)mudmin Wrote: Yes. Basically you're looking for any place that has
Code:
header("Location: account.php")
in the code. You will want to make a change on
line 14 of login.php
line 1189 of models/funcs.php
line 27 of register.php
I will make this a setting in UserSpice version 4.0 so you won't have to dig through the code to make this change and it will stick with you through updates.
Thanks for a great framework :-) I do not find the setting? -Can you point me in the right direction?