nach mod einbau kleiner fehler in ACP

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
acer
Mitglied
Beiträge: 149
Registriert: 29.08.2004 19:17

nach mod einbau kleiner fehler in ACP

Beitrag von acer »

Habe eben diesen MOD Title: Font Face BBCode version 1.0.4 eigebaut und seit dem bekomme ich diesen fehler wenn ich in Administrations-Bereich gehe, kann mir jemand diesen fehler bitte beheben

danke

Code: Alles auswählen

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /data/members/free/tripod/de/s/c/h/XXXXX/htdocs/board/language/lang_german/lang_bbcode.php on line 54
  
geköscht

und bei englischen sprache ist das gleich

Code: Alles auswählen

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /data/members/free/tripod/de/s/c/h/XXXXX/htdocs/board/language/lang_english/lang_bbcode.php on line 52
gelöscht
Zuletzt geändert von acer am 25.09.2004 18:41, insgesamt 2-mal geändert.
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

In der deutschen Datei suchen und entfernen

Code: Alles auswählen

// Font face start
$faq[] = array("How to change the font face used","To alter the font face of your text, the following tag can be used. Keep in mind that how the output appears will depend on the viewers browser, system and that the font in question is installed: <ul><li>Changing the font face of text is achieved by wrapping it in <b>[font=][/font]</b>. You need to specifiy a recognized font face. (Safe font face descriptions are the generic font face names provided with CSS (Cascading Style Sheets). E.g. sans-serif, serif, monospace, cursive, fantasy). You can use comma seperated lists of font faces too. E.g. arial,geneva,helvetica,sans-serif. For example to create text with monospace font face you could use:<br /><br /><b>[font=monospace]Monospaced Text[/font]</b>.<br /><br />This will output <span style='font-family:monospace'>Monospaced text</span></li></ul>");
Suche

Code: Alles auswählen

style=\"font-size:24px\">RIESIG!</span> wird.</li></ul>");
Füge danach den eben gelöschten Code ein

In der englischen finden und entfernen

Code: Alles auswählen

// Font face start
$faq[] = array("How to change the font face used","To alter the font face of your text, the following tag can be used. Keep in mind that how the output appears will depend on the viewers browser, system and that the font in question is installed: <ul><li>Changing the font face of text is achieved by wrapping it in <b>[font=][/font]</b>. You need to specifiy a recognized font face. (Safe font face descriptions are the generic font face names provided with CSS (Cascading Style Sheets). E.g. sans-serif, serif, monospace, cursive, fantasy). You can use comma seperated lists of font faces too. E.g. arial,geneva,helvetica,sans-serif. For example to create text with monospace font face you could use:<br /><br /><b>[font=monospace]Monospaced Text[/font]</b>.<br /><br />This will output <span style='font-family:monospace'>Monospaced text</span></li></ul>");
Suche

Code: Alles auswählen

style=\"font-size:24px\">HUGE!</span></li></ul>");
und füge das eben gelöschte ein.

Achte besser auf die Anweisungen der Anleitungen.
acer
Mitglied
Beiträge: 149
Registriert: 29.08.2004 19:17

Beitrag von acer »

danke ja habe zwar 2mal gechaut aber du siehst ja
:oops:
Antworten

Zurück zu „phpBB 2.0: Mod Support“