AAAAcomponents/com_chronoforms/form_actions/joomla_user_activation/joomla_user_activation.ctp 0000604 00000005121 15140257445 0035067 0 ustar 00 home/academiac/www/administrator
Header(array('settings' => 'Settings', 'help' => 'Help'), 'joomla_user_activation_config_{n}'); ?>
tabStart('settings'); ?>
input('action_joomla_user_activation_{n}_override_allow_user_registration_config', array('type' => 'select', 'label' => 'Override the Joomla Allow user registration', 'label_over' => true, 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'this should be enabled, its the only reason this action has been made!!')); ?>
input('action_joomla_user_activation_{n}_allow_redirects_config', array('type' => 'select', 'label' => 'Allow default Redirects', 'options' => array(0 => 'No', 1 => 'Yes'), 'smalldesc' => 'By default, Joomla redirects the user some where depending on the success or the failure of the activation, should we redirect the user ?')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This action should be placed in a new form event, you should configure your Joomla registration action to use the link to this new event in the activation links.
tabEnd(); ?>