Hi,
i just intend to create a template override for com_users/login to a custom login form i already created with chronoforms.
My first attempt was a php redirect which didnt work and showed me a "404 - Component not found" error.
Here is my redirect code from /com_user/login/default.php :
Whats wrong with that? And how can i directly redirect from a php script to a chronoform?
The chronoform which i want to redirect to is called 'login'
cheers
Dennis
i just intend to create a template override for com_users/login to a custom login form i already created with chronoforms.
My first attempt was a php redirect which didnt work and showed me a "404 - Component not found" error.
Here is my redirect code from /com_user/login/default.php :
<?php
$mainframe =& JFactory::getApplication();
$mainframe->redirect('index.php?option=com_chronoforms&chronoform=login');
?>
Whats wrong with that? And how can i directly redirect from a php script to a chronoform?
The chronoform which i want to redirect to is called 'login'
cheers
Dennis