Du hast sicherlich vergessen nach einem eingefügten Codeblock umzubrechen.
Sehe mal an der Stelle nach ob in einer Kommentarzeile vom MOD hinten eine einzelne ) sitzt.
Viele Grüße,
Schorschi
Code: Alles auswählen
						'legend2'				=> 'WARNINGS',
						'warnings_expire_days'	=> array('lang' => 'WARNINGS_EXPIRE',		'validate' => 'int',	'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['DAYS']),
					)//---- [ who was here ] ----
						'legend3'				=> 'WWH_SETTINGS',
						'wwh_disp_bots'			=> array('lang' => 'WWH_DISP_BOTS',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_disp_guests'		=> array('lang' => 'WWH_DISP_GUESTS',		'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => false),
						'wwh_disp_time'			=> array('lang' => 'WWH_DISP_TIME',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_form'				=> array('lang' => 'WWH_FORM',				'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_del_time'			=> array('lang' => 'WWH_DEL_TIME',			'validate' => 'string',	'type' => 'text:6:6',		'explain' => true),
						'wwh_record'			=> array('lang' => 'WWH_RECORD',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => false),
//---- [ who was here ] ----
				);
			break;
			case 'features':
				$display_vars = array(Code: Alles auswählen
						'legend2'				=> 'WARNINGS',
						'warnings_expire_days'	=> array('lang' => 'WARNINGS_EXPIRE',		'validate' => 'int',	'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['DAYS']),
					//---- [ who was here ] ----
						'legend3'				=> 'WWH_SETTINGS',
						'wwh_disp_bots'			=> array('lang' => 'WWH_DISP_BOTS',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_disp_guests'		=> array('lang' => 'WWH_DISP_GUESTS',		'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => false),
						'wwh_disp_time'			=> array('lang' => 'WWH_DISP_TIME',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_form'				=> array('lang' => 'WWH_FORM',				'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => true),
						'wwh_del_time'			=> array('lang' => 'WWH_DEL_TIME',			'validate' => 'string',	'type' => 'text:6:6',		'explain' => true),
						'wwh_record'			=> array('lang' => 'WWH_RECORD',			'validate' => 'bool',	'type' => 'radio:yes_no',	'explain' => false),
//---- [ who was here ] ----
				));
			break;
			case 'features':
				$display_vars = array(Betrifft dies alle User die den Mod einsetzen, oder nur bestimmte Versionen / Konstellationen? Oder nur einen bestimmten User?nickvergessen hat geschrieben:mi folgendem ersetzen:Code: Alles auswählen
'legend2' => 'WARNINGS', 'warnings_expire_days' => array('lang' => 'WARNINGS_EXPIRE', 'validate' => 'int', 'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['DAYS']), )//---- [ who was here ] ---- 'legend3' => 'WWH_SETTINGS', 'wwh_disp_bots' => array('lang' => 'WWH_DISP_BOTS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_disp_guests' => array('lang' => 'WWH_DISP_GUESTS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false), 'wwh_disp_time' => array('lang' => 'WWH_DISP_TIME', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_form' => array('lang' => 'WWH_FORM', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_del_time' => array('lang' => 'WWH_DEL_TIME', 'validate' => 'string', 'type' => 'text:6:6', 'explain' => true), 'wwh_record' => array('lang' => 'WWH_RECORD', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false), //---- [ who was here ] ---- ); break; case 'features': $display_vars = array(Code: Alles auswählen
'legend2' => 'WARNINGS', 'warnings_expire_days' => array('lang' => 'WARNINGS_EXPIRE', 'validate' => 'int', 'type' => 'text:3:4', 'explain' => true, 'append' => ' ' . $user->lang['DAYS']), //---- [ who was here ] ---- 'legend3' => 'WWH_SETTINGS', 'wwh_disp_bots' => array('lang' => 'WWH_DISP_BOTS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_disp_guests' => array('lang' => 'WWH_DISP_GUESTS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false), 'wwh_disp_time' => array('lang' => 'WWH_DISP_TIME', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_form' => array('lang' => 'WWH_FORM', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 'wwh_del_time' => array('lang' => 'WWH_DEL_TIME', 'validate' => 'string', 'type' => 'text:6:6', 'explain' => true), 'wwh_record' => array('lang' => 'WWH_RECORD', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false), //---- [ who was here ] ---- )); break; case 'features': $display_vars = array(