revois tes modifications tu as dû oublier une ligne dans ton fichier

si je remets mon fichier d'origine /language/fr/acp/posting.php dans mon menu administration parti message / bbcodes je voie apparaître ceci[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at [ROOT]/language/fr/acp/posting.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at [ROOT]/language/fr/acp/posting.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at [ROOT]/language/fr/acp/posting.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at [ROOT]/language/fr/acp/posting.php:1)
Ben si à l'ancienne , pourquoi tu l'édite avec quoi ?Ne me dis pas que tu utilises ton bloc note ?
ça c'est obsolète par contre le bon code c'est <div style="text-align: center;">{TEXT}</div><center>{TEXT}</center>
Que j'ai corrigé en faisant ceci[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_bbcodes.php on line 116: Undefined variable: bbcode_background
Code : Tout sélectionner
// Set up mode-specific vars
switch ($action)
{
case 'add':
$bbcode_match = $bbcode_tpl = $bbcode_helpline = '';
$display_on_posting = 0;
Code : Tout sélectionner
// MOD BBCODE BACKGROUND START
$bbcode_background = '';
// MOD BBCODE BACKGROUND END