I have followed the tutorial pdf perfectly and all is working perfectly.
EXCEPT -- I cannot make my normal register links become the chronoform like the last page of thePDF says to do.
I am in Joomla 1.5.15
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('customregister');
//MSS edited this to use chronoforms
?>
I have this at the top fo the default.php in the view/tmpl folder and have test that to make sure it is live with an echo call...
What do I need to do to insure that the only registration form available is the new chronoform?
What happens is that the user goes to
http://blueeyedpanda.com/web/component/user/register#content
EXCEPT -- I cannot make my normal register links become the chronoform like the last page of thePDF says to do.
I am in Joomla 1.5.15
<?php // no direct access
defined('_JEXEC') or die('Restricted access');
$mainframe->redirect('customregister');
//MSS edited this to use chronoforms
?>
I have this at the top fo the default.php in the view/tmpl folder and have test that to make sure it is live with an echo call...
What do I need to do to insure that the only registration form available is the new chronoform?
What happens is that the user goes to
http://blueeyedpanda.com/web/component/user/register#content