tu t'es trompé dans viewforum.php on te demandait
- TROUVER
- Code: Tout sélectionner
$s_type_switch_test = ($row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_GLOBAL) ? 1 : 0;- REMPLACER PAR
- Code: Tout sélectionner
$s_type_switch_test = $row['topic_type'];
et chez toi je trouve
- Code: Tout sélectionner
$s_type_switch_test = ($row['topic_type'] == POST_GLOBAL_ANNOUNCE || $row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_STICKY || $row['topic_type'] == POST_GLOBAL) ? 1 : 0;
on te demandait
et toi tu as remis
- TROUVER
- Code: Tout sélectionner
$s_type_switch = ($row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_GLOBAL) ? 1 : 0;- REMPLACER PAR
- Code: Tout sélectionner
$s_type_switch = $row['topic_type'];
- Code: Tout sélectionner
$s_type_switch_test = ($row['topic_type'] == POST_GLOBAL_ANNOUNCE || $row['topic_type'] == POST_ANNOUNCE || $row['topic_type'] == POST_STICKY || $row['topic_type'] == POST_GLOBAL) ? 1 : 0;
bref, reprend un viewforum.php neuf et recommence
















