Seite 1 von 1

Posting template mod fehler

Verfasst: 18.10.2011 21:16
von hooligan
aloha

ich habe versucht
Posting template von hier:
http://www.phpbb.com/community/viewtopi ... 9&t=712785
einzubauen in ein pbpbb3 3.0.8

nun bekomme ich wenn ich in der ACO auf den reiter foren klick folgenden error:

Code: Alles auswählen

//-- mod : Posting Template ------------------------------------------------------------ //-- add $lang = array_merge($lang, array( 'FORUM_POST_TPL' => 'Posting template', 'FORUM_POST_TPL_EXPLAIN' => 'The posting template is the text that appears in the textarea when starting a new topic in this forum. If you don\'t wish to use it, just leave it blank.', )); //-- fin mod : Posting Template --------------------------------------------------------[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:173)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:173)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 157: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:173)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 158: Cannot modify header information - headers already sent by (output started at /language/de/acp/forums.php:173)
jemand eine idee tipp etc?
im posting des mods hatte auch jemand diesen fehler
allerdings komm ich der lösung nicht nah

gruß hooli

Re: Posting template mod fehler

Verfasst: 18.10.2011 22:35
von Metzle
Hallo,

mir scheint, du hast den Einbau in der Sprachdatei vermurkst irgendwie. Kontrolliere nochmals nach Anleitung nach.
Tipp: KB:utf8bom und KB:headers_already_sent

Re: Posting template mod fehler

Verfasst: 18.10.2011 23:02
von hooligan
okey fehler weg
jez frag ich mich nur wie ich das in der acp steuern kann..
sowas aber auch

Re: Posting template mod fehler

Verfasst: 19.10.2011 00:49
von Metzle
Die Mod siehst du, wenn du ein Forum erstellst oder bearbeitest. Da gibt es im Formular dann ein neues Feld dafür und du kannst dort direkt auch dein gewünschten Text für die Postings eintragen.