window.resizeTo(800,600);'; if($_POST['form_submit']=='Speichern' && $_POST['acctid']==$session['user']['acctid']) { if(isset($_POST['bio_extra_notes'])) { $str_extranotes = closetags($_POST['bio_extra_notes'],'`i`b`c`H'); //ungültige tags herausfiltern $str_extranotes = clean_html($str_extranotes); $max_l = getsetting('longbiomaxlength',4096); $str_extranotes = substr($str_extranotes,0,$max_l); user_set_aei(array('bio_extra_notes' => $str_extranotes)); } } //------------------------------ Link-Bereich------------------------------// $str_output.='Forum | Chat im IRC | Bildergalerie
'; //------------------------------ Notizen-Bereich------------------------------// $arr_data=user_get_aei('acctid,bio_extra_notes'); if($arr_data['bio_extra_notes']=='') $arr_data['bio_extra_notes']=$session['user']['name'].' `^ist `%toll!'; $arr_form=array( ' ,title' ,'bio_extra_notes'=>',textarea,80,20' ,'acctid'=>'acctid,hidden' ); $str_output.='
'; output($str_output); showform($arr_form,$arr_data); $str_output='

'.nl2br($arr_data['bio_extra_notes']).'
'; output($str_output); popup_footer(false); ?>