Seite 3 von 6

Verfasst: 11.10.2008 05:00
von mx-sports-zone
Hmmm ... ich könnte schwören, dass ich das Häcken dazu von Beginn an weggelassen habe. :oops:

Erkannt wird der BBCode aber trotzdem noch nicht. :(

Verfasst: 11.10.2008 08:41
von 4seven
??

was genau geht denn nicht?
beschreib es mal bitte genauer.

standard-bbcodebox?
..oder mit acp-plugin?

ansonsten bräuchte ich mal einen testzugang (geht auch per pn).

Verfasst: 11.10.2008 11:29
von 4seven
ändere in der posting_buttons.html

Code: Alles auswählen

table: '{LA_BBCODE_table_HELP}',
in

Code: Alles auswählen

table: '{LA_BBCODE_TABLE_HELP}',
und

ändere (falls noch nicht geschehen) in der

language/de/mods/lang_bbcodebox3.php

das

Code: Alles auswählen

'BBCODE_table_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',
in das

Code: Alles auswählen

'BBCODE_TABLE_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',
hab mal die anleitung für den tablemaker korrigiert

dann hast du das

Code: Alles auswählen

<img src="./styles/prosilver_se/imageset/buttons/table.gif" alt=""
id="table" onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')"
onmouseover="table.src='./styles/prosilver_se/imageset/buttons/table1.gif'; helpline('table')"
onmouseout="table.src='./styles/prosilver_se/imageset/buttons/table.gif'; helpline('tip')" />
<img class="hidepics" src="./styles/prosilver_se/imageset/buttons/table1.gif" alt="" />
an eine falsche stelle kopiert

das bitte in eine beliebige reihe drunter hinter einen der anderen <img blöcke verschieben

zb hinter den clipfish block

Verfasst: 12.10.2008 07:01
von mx-sports-zone
Also, mal abgesehen davon, dass ich zwischen;

Code: Alles auswählen

table: '{LA_BBCODE_TABLE_HELP}',
und

Code: Alles auswählen

table: '{LA_BBCODE_TABLE_HELP}',
sowie

Code: Alles auswählen

'BBCODE_table_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',
und

Code: Alles auswählen

'BBCODE_TABLE_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',
keinen Unterschied erkennen kann, habe ich nun die Zeilen

Code: Alles auswählen

<img src="./styles/prosilver_se/imageset/buttons/table.gif" alt=""
id="table" onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')"
onmouseover="table.src='./styles/prosilver_se/imageset/buttons/table1.gif'; helpline('table')"
onmouseout="table.src='./styles/prosilver_se/imageset/buttons/table.gif'; helpline('tip')" />
<img class="hidepics" src="./styles/prosilver_se/imageset/buttons/table1.gif" alt="" />
an eine andere Stelle Stelle kopiert.

Jetzt erhalte ich allerdings wieder die Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de_x_sie/mods/lang_bbcodebox3.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de_x_sie/mods/lang_bbcodebox3.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de_x_sie/mods/lang_bbcodebox3.php:1)

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de_x_sie/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3545

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de_x_sie/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3547

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de_x_sie/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3548

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de_x_sie/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3549
obwohl die Sprachdateien diesmal vorhanden sind. :(

Verfasst: 12.10.2008 09:53
von 4seven
oh man :roll:

da ist unterschied

'BBCODE_table_HELP'

in der posting_buttons und lang-datei muß beides groß sein
ändere in der posting_buttons.html

Code: Alles auswählen

table: '{LA_BBCODE_table_HELP}',
in
table: '{LA_BBCODE_TABLE_HELP}',
und

ändere (falls noch nicht geschehen) in der

language/de/mods/lang_bbcodebox3.php

das

Code: Alles auswählen

'BBCODE_table_HELP'          => 'Zum starten des phpBB3-Tablemaker > Button anklicken',
in das
'BBCODE_TABLE_HELP' => 'Zum starten des phpBB3-Tablemaker > Button anklicken',

Verfasst: 12.10.2008 21:26
von mx-sports-zone
Ups, ein peinlicher Flüchtigkeitsfehler von mir, sry.

So, habe dies nun entsprechend geändert, aber noch immer erhalte ich diese ominösen Fehlermeldungen und noch immer kann ich mich deswegen nicht mehr einloggen. :(
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_bbcodebox3.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_bbcodebox3.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /language/de/mods/lang_bbcodebox3.php:1)

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3545

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3547

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3548

Warning: Cannot modify header information - headers already sent by (output started at /home/www/web135/html/language/de/mods/lang_bbcodebox3.php:1) in /home/www/web135/html/includes/functions.php on line 3549

Verfasst: 13.10.2008 02:41
von 4seven
hm, fällt mir langsam nichts mehr ein:

eine möglichkeit: ein zusätzlicher absatz oder eine zusätzliche leerstelle ganz am anfang oder ende der language-datei. die darf da nämlich nicht sein, also vor und nach wenn nicht, tausche mal deine lang_bbcodebox3.php in beiden language/mods/*.* - verzeichnissen (de und de_x_sie) gegen eine frische aus dem premodded_pack aus. möglicherweise ein edit-fehler.

check mal zusätzlich die anleitung betreffend der einbindung der language-datei und vergleiche die stellen mit deinem ist-zustand.

komisch ist ja, das es zwischenzeitlich ging, merkwürdig. :-?

Verfasst: 13.10.2008 04:35
von mx-sports-zone
Es funktioniert, solange ich folgenden Code entferne:
'BBCODE_MAIL_HELP' => 'Mailadresse einfügen [mail=mailadresse]Text[/url]',
'BBCODE_TABLE_HELP' => 'Tabelle einfügen > Button anklicken',
'FONT_TYPE' => 'Schriftart',
));

?>
Nur wird mir ja dann kein Tipp mehr angezeigt. -.-

Verfasst: 13.10.2008 05:13
von mx-sports-zone
Ich habe die Lösung des Problems gefunden. Es lag schlichtweg am Editor. Zum Editieren habe ich die ganze Zeit den Standard-Editor von MS benutzt und habe es nun probehalber mal phase5 und dem WordPad versucht ... und siehe da, es hat funktioniert.

Jetzt bleibt nur noch das Problem, dass der BBCode der Tabellen nach wie vor wirkungslos bleibt.

:roll:

Verfasst: 14.10.2008 19:42
von mx-sports-zone
Die BBCodes funktionieren noch immer nicht. Ich weiß nicht, woran es liegen könnte. Hat jemand Rat?