Seite 28 von 153
					
				
				Verfasst: 22.09.2007 18:44
				von Schorschi
				Hi Erdinger,
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. 

 Die muss dann in die nächste Zeile. 
Viele Grüße,
Schorschi
 
			 
			
					
				
				Verfasst: 24.09.2007 12:56
				von Erdinger
				
						'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(
so das ist der Bereich um wo es geht ( hab ich 1zu1 rauskopiert )
kannst du mir da sagen wie du das meinst mit der Klammer.
Gruß Erdinger
			 
			
					
				
				Verfasst: 24.09.2007 16:20
				von nickvergessen
				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(
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(
 
			 
			
					
				
				Verfasst: 24.09.2007 16:34
				von Sascha Müller
				nickvergessen hat geschrieben: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(
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(
 
Betrifft dies alle User die den Mod einsetzen, oder nur bestimmte Versionen / Konstellationen? Oder nur einen bestimmten User?
 
			 
			
					
				
				Verfasst: 24.09.2007 18:10
				von nickvergessen
				Das betrifft den User der hier den Fehler hatte und gerade im post davor den Abschnitt gepostet hatte!
			 
			
					
				
				Verfasst: 24.09.2007 18:47
				von Sascha Müller
				nickvergessen hat geschrieben:Das betrifft den User der hier den Fehler hatte und gerade im post davor den Abschnitt gepostet hatte!
Alles klar, danke! 

 
			 
			
					
				
				Verfasst: 24.09.2007 19:07
				von Erdinger
				das wars, vielen dank für die promte hilfe.
			 
			
					
				
				Verfasst: 28.09.2007 17:03
				von Jense
				Hallo zusammen,
vorweg möchte ich sagen das ich von sowas hier keine Ahnung habe aber ich hoffe ihr helft mir trotzdem.
Also ich hab mir den Mod runtergeladen und die xml Datei geöffnet aber ich versteh nicht ganz genau was ich machen soll und wo usw.
Hat jemand vieleicht ne kleine Erklärung für mich oder so?
Mfg Jense
			 
			
					
				
				Verfasst: 28.09.2007 17:12
				von nickvergessen
				Wenn du die xml Datei geöffnet hast, drückst du einfach mal die Taste "s".
Dann kommst du zum Anfang der Modifikation. die dort aufgelisteten Änderungen musst du machen. Danach einfach den Cache leeren und fertig.
			 
			
					
				
				Verfasst: 28.09.2007 17:23
				von Jense
				womit soll ich denn die Xml Datei öffnen?
Tut mir leid hab nunmal keine Ahnung und was muss ich alles uploaden und wohin?