0 id must match with id of current user $form["auth_preset"]["groupid"] = 0; // 0 = default groupid of the user, > 0 id must match with groupid of current user $form["auth_preset"]["perm_user"] = 'riud'; //r = read, i = insert, u = update, d = delete $form["auth_preset"]["perm_group"] = 'riud'; //r = read, i = insert, u = update, d = delete $form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete $form["tabs"]['basic'] = array ( 'title' => "Basic Settings", 'width' => 80, 'template' => "templates/tpl_default_basic.htm", 'fields' => array ( //################################# // Beginn Datenbankfelder //################################# 'username' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'filters' => array( 0 => array( 'event' => 'SAVE', 'type' => 'STRIPTAGS'), 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), 'validators' => '', 'default' => 'global', 'value' => 'global', 'separator' => '', 'width' => '40', 'maxlength' => '64' ), 'logo_url' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'filters' => array( 0 => array( 'event' => 'SAVE', 'type' => 'STRIPTAGS'), 1 => array( 'event' => 'SAVE', 'type' => 'STRIPNL') ), 'validators' => '', 'default' => '', 'value' => '', 'separator' => '', 'width' => '40', 'maxlength' => '255' ), //################################# // ENDE Datenbankfelder //################################# ) ); ?>