Hi For ja_cooper_business it’s better to change the rows abow from
<?php
$option = JRequest::getCmd(‘option’);
$task = JRequest::getCmd(‘task’);
if($option!=’com_user’ && $task != ‘register’) { ?>
to
<?php
$usersConfig = &JComponentHelper::getParams( ‘com_users’ );
if ($usersConfig->get(‘allowUserRegistration’)) { ?>
That will allow you to turn of the registration in backend administration and turn it on again if u need
/Steve
1 user says Thank You to hultman for this useful post
This topic contains 16 replies, has 8 voices, and was last updated by hultman 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum