Seite 28 von 34

Verfasst: 30.09.2008 13:19
von 4seven
is zu kompliziert!
sorry, muß grad lachen.

im gegenteil, ist doch supereasy und (wie ich finde) sogar einfacher.

außerdem: in der install.xml würde auch nichts anderes stehen.
halt nur in blau/weiß/grau :wink:
Haste schon ein install.xml??
siehe post davor:
möglicherweise garnicht..
..da ich auf phpbb.de/com keine weiteren mods einreichen werde.

Verfasst: 26.11.2008 06:05
von Daryl van Horne
hi,

ich habe ein problem mit der "styles/subsilver2/template/overall_header.html"...

die zeile:

Code: Alles auswählen

<!-- IF not S_IS_BOT -->
					<!-- IF S_USER_LOGGED_IN -->
						<!-- IF S_DISPLAY_PM --> &nbsp;<a id="pm_x_refresh" href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}
								
					<!-- ENDIF --></a><!-- ENDIF -->
die ich mit:

Code: Alles auswählen

<!-- IF not S_IS_BOT -->
					<!-- IF S_USER_LOGGED_IN -->
						<!-- IF S_DISPLAY_PM --> &nbsp;<img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> <a id="pm_x_refresh" href="{U_PRIVATEMSGS}"> {PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO_UNREAD}</a>
								
					<!-- ENDIF --><!-- ENDIF -->
ersetzen soll, gibt es bei mir nicht... könnte das am update auf phpbb 3.0.3 liegen? wenn ja, was muss ich dann, in was ändern?

mfg daryl

Verfasst: 26.11.2008 09:00
von 4seven
ein fehler in der install.
hatte sich mit der letzten update-anleitung überschnitten...

finde

Code: Alles auswählen

				<!-- IF not S_IS_BOT -->
					<!-- IF S_USER_LOGGED_IN -->
						<!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
ersetze mit

Code: Alles auswählen

<!-- IF not S_IS_BOT -->
					<!-- IF S_USER_LOGGED_IN -->
						<!-- IF S_DISPLAY_PM --> &nbsp;<img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> <a id="pm_x_refresh" href="{U_PRIVATEMSGS}"> {PRIVATE_MESSAGE_INFO}</a><!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO_UNREAD}</a>
								
					<!-- ENDIF --><!-- ENDIF -->

Verfasst: 26.11.2008 09:30
von Daryl van Horne
danke die textzeile war finbar... nun neues problem, wenn ich auf private nachrichten, im acp gehe, bekomme ich folgende fehlermeldung:
Parse error: syntax error, unexpected ';', expecting ')' in /www/htdocs/w00a3050/includes/acp/acp_board.php on line 163
was nun?

Verfasst: 26.11.2008 10:16
von 4seven
warsch. einbaufehler, check nochmal die installation...
hab den mod schon auf einigen boards eingebaut (bis dato > 0 fehler)

Verfasst: 26.11.2008 10:33
von Daryl van Horne
hab alle zeilen noch mal gecheckt, nix, hab nix gefunden...

Verfasst: 26.11.2008 11:42
von 4seven
dann hab ich keine idee. stell doch mal den bereich der zeile des fehlers ein (ca. + / - 5 zeilen)

Code: Alles auswählen

Parse error: syntax error, unexpected ';', expecting ')' in /www/htdocs/w00a3050/includes/acp/acp_board.php on line 163

Verfasst: 26.11.2008 16:10
von Daryl van Horne
also, ich habs erst mal hinbekommen... es läuft soweit... es gibt nur ein problem, sobald ich die änderungen in der /subsilver2/overall_header.html vornehme bekomme ich diese fehlermeldung... kann vieleicht da der fehler liegen? wofür ist die zeile? was macht die?

Verfasst: 26.11.2008 17:25
von 4seven
4seven hat geschrieben:....stell doch mal den bereich der zeile des fehlers ein (ca. + / - 5 zeilen)
Parse error: syntax error, unexpected ';', expecting ')' in /www/htdocs/w00a3050/includes/acp/acp_board.php on line 163
.. und verlinke zusätzlich mal deine overall_header.html
wofür ist die zeile? was macht die?
die sorgt für die ajax-funktionalität

Verfasst: 26.11.2008 17:35
von Daryl van Horne
acp_board.php

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),
overall_header.html

Code: Alles auswählen

weiter hinten...