1- Go to the directory joomla
2- Copy file acreate.php to directory :3- C:\WebServers\home\boitest\www\components\com_user and open controller.phpC:\WebServers\home\boitest\www\components\com_user
4- find text:
5- And add after :PHP Code:
if ( !$user->save() )
{
JError::raiseWarning('', JText::_( $user->getError()));
$this->register(JRequest::get('post'));
return false;
}
6- EnjoyPHP Code:
include_once JPATH_ROOT.'/components/com_alpharegistration/acreate.php';