joomla 1.7 user registration customization issue
问题 -> i am trying for new user registration customization. -> for that i create form and hidden variable through call function from controller. -> in controller save function i write this code but some inner function which not work in 1.7 so create problem here. function register_save() { global $mainframe; $db =& JFactory::getDBO(); // Check for request forgeries JRequest::checkToken() or jexit( 'Invalid Token' ); //clean request $post = JRequest::get( 'post' ); $post['username'] = JRequest: