Seite 1 von 1

nach mod einbau kleiner fehler in ACP

Verfasst: 25.09.2004 17:39
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

Verfasst: 25.09.2004 18:25
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.

Verfasst: 25.09.2004 18:36
von acer
danke ja habe zwar 2mal gechaut aber du siehst ja
:oops: