Leaderboard


Popular Content

Showing content with the highest reputation on 09/20/14 in all areas

  1. 1 point
    Присвоение группы в регистрации if(0!=(int)$this->getConfigValue('newuser_registration_groupid')){ $form_data[$this->table_name]['group_id']['value'] = (int)$this->getConfigValue('newuser_registration_groupid'); }else{ $form_data[$this->table_name]['group_id']['value'] = $this->getGroupIdByName('realtor'); }Если есть в настройках значение для newuser_registration_groupid, тогда вносим пользователя в нее. Если нет, тогда берем идентификатор группы realtor.