BOUCLE_FORUM

Bonsoir,

J'ai installé une boucle forum sur mon site, sous les articles, pour pouvoir
y attribuer des commentaire.

J'ai aussi installé le formulaire_forum, que j'ai enlevé depuis puisque j'ai
un problème.

Je peux poster des messages, mais celui ci n'apparaît pas sous mon articles,
alors que cela marche en local.

Voici ma boucle_forum :

<BOUCLE_forum(FORUMS) {id_article}{id_parent}{plat}>
            
    <table width="90%" border="0" cellpadding="0" cellspacing="0"
bgcolor="#FFFFFF">
          <tr>
              <td height="18">
   <span class="textcourant"><font color="#000000">[(#NOM)]</font></span>
<font face="verdana" color="#666666" size="1">[[(#DATE)]]</font><br>
                   </td>
              </tr>
               <tr>
                <td height="18">
    <span class="textcourant">[(#TEXTE)]</span>
                </td>
              </tr>
            <tr>
            
            <td height="1" bgcolor="#CCCCCC">
            </td>
            </tr>
            </table>
            
         </BOUCLE_forum>

Et rien n'apparaît.

Quelqu'un peut-il m'aider ???

Merci à tous

Quentin