Redirection after CONFIRM EMAIL
Hello,
After Confirm Your Email (ACTION REQUIRED), the redirection go to PROFILE SETTING.
Possible to redirect to HOMEPAGE
How make this new redirection ?
Thanks in advance
-
-
·
Alex T⚜️
- ·
Now this redirect is hardcoded in template/scripts/BxBaseServiceAccount.php file, near ~217 line:
$oTemplate->setPageContent ('url_relocate', BX_DOL_URL_ROOT . BxDolPermalinks::getInstance()->permalink('page.php?i=account-settings-info'));
Also we'll consider to add a setting for this: https://github.com/unaio/una/issues/891
-
·
Alex T⚜️
-
- · Canadafun
- ·
Thanks a lot...
If i use .....
$oTemplate->setPageContent ('url_relocate', BX_DOL_URL_ROOT . BxDolPermalinks::getInstance()->permalink('index.php?i=account-settings-info'));
According to you, its ok ?
-
-
·
Alex T⚜️
- ·
You can use just this for now:
$oTemplate->setPageContent ('url_relocate', BX_DOL_URL_ROOT);
Then after version update this modification will be overwritten and you will be able to change it via Studio.
-
·
Alex T⚜️