Code: Alles auswählen
'legend3' => 'Sound_AT_PM',
'pm_sound_global_off' => array('lang' => 'SOUND_PM_GLOBAL_OFF', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'pm_ajax_global_off' => array('lang' => 'SOUND_PM_AJAX_GLOBAL_OFF', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'pm_ajax_intervall_pm' => array('lang' => 'AJAX_INTERVALL_PM', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_1' => array('lang' => 'SOUND_PM_FILE_1', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_2' => array('lang' => 'SOUND_PM_FILE_2', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_3' => array('lang' => 'SOUND_PM_FILE_3', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_4' => array('lang' => 'SOUND_PM_FILE_4', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_5' => array('lang' => 'SOUND_PM_FILE_5', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_6' => array('lang' => 'SOUND_PM_FILE_6', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_7' => array('lang' => 'SOUND_PM_FILE_7', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_8' => array('lang' => 'SOUND_PM_FILE_8', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true)
)
); // hier ist die zeile 163
break;
case 'post':
$display_vars = array(
'title' => 'ACP_POST_SETTINGS',
'vars' => array(
'legend1' => 'GENERAL_OPTIONS',
'allow_topic_notify' => array('lang' => 'ALLOW_TOPIC_NOTIFY', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_forum_notify' => array('lang' => 'ALLOW_FORUM_NOTIFY', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_bbcode' => array('lang' => 'ALLOW_BBCODE', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_post_flash' => array('lang' => 'ALLOW_POST_FLASH', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'allow_smilies' => array('lang' => 'ALLOW_SMILIES', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_post_links' => array('lang' => 'ALLOW_POST_LINKS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'allow_nocensors' => array('lang' => 'ALLOW_NO_CENSORS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'allow_bookmarks' => array('lang' => 'ALLOW_BOOKMARKS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'enable_post_confirm' => array('lang' => 'VISUAL_CONFIRM_POST', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),