?
Hello there!
I used your tutorial about replacing the standard Joomla registration form with a ChronoForms equivalent. Building the CF form works great, as well as connecting it to the jos_ database table. The only problem I'm facing is losing the standard Joomla registration page. I replaced the code in components/com_user/views/register/tmpl/default.php but when I click on "register" (for example in Kunena), the standard Joomla register forms keeps appearing.
Can you please help me out with what I am doing wrong here? It's rather frustrating seeing the finish line while I keep struggling with this last little bit :-)
Cheers in advance!
Franklin
I used your tutorial about replacing the standard Joomla registration form with a ChronoForms equivalent. Building the CF form works great, as well as connecting it to the jos_ database table. The only problem I'm facing is losing the standard Joomla registration page. I replaced the code in components/com_user/views/register/tmpl/default.php but when I click on "register" (for example in Kunena), the standard Joomla register forms keeps appearing.
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('http://www.mydomain.nl/Registration.html');
?>
Can you please help me out with what I am doing wrong here? It's rather frustrating seeing the finish line while I keep struggling with this last little bit :-)
Cheers in advance!
Franklin
Hi Woosh! Webdesign,
If you template over-rides then the code has to go into the over-ride file instead (or as well).
Bob
If you template over-rides then the code has to go into the over-ride file instead (or as well).
Bob
?
ACtually,
I made the changes to the file in the components/com_user etc folder rather than a template override (iow a html-folder on template level). Do you suggest to do it on a template level? Looking forward to your reply.
Cheers for your quick anwer!
Franklin
I made the changes to the file in the components/com_user etc folder rather than a template override (iow a html-folder on template level). Do you suggest to do it on a template level? Looking forward to your reply.
Cheers for your quick anwer!
Franklin
Hi Franklin,
If a template over-ride is being used then the com_user code will never run.
Bob
If a template over-ride is being used then the com_user code will never run.
Bob
This topic is locked and no more replies can be posted.