Hi,
I built an extended Joomla registration page, and I was trying to redirect users away from the regular registration page. I tried on two different Joomla instances. I still can't get the "Create an Account" link on Joomla's login box to be redirected to my new extended Joomla registration page.
I used the codes given on the Building a Joomla Registration Form tutorial. I replaced the codes on components\com_user\views\register\tmpl\default.php with
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('myNewChronoFormUrl');
?>
Any advice would be appreciated.
Thanks,
mov2046
I built an extended Joomla registration page, and I was trying to redirect users away from the regular registration page. I tried on two different Joomla instances. I still can't get the "Create an Account" link on Joomla's login box to be redirected to my new extended Joomla registration page.
I used the codes given on the Building a Joomla Registration Form tutorial. I replaced the codes on components\com_user\views\register\tmpl\default.php with
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('myNewChronoFormUrl');
?>
Any advice would be appreciated.
Thanks,
mov2046