probleme avec les doublons et les modeles.

Bonjour

en faisant le test suivant je n'obtiens pas les mêmes résultats et je m'interroge sur l'origine du dysfonctionnement.

---------------PREMIER CAS

j'utilise une boucle dans un modèle afin de marquer les articles portant le mot clé archive

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

dans la page sommaire de mon squelette je fais :

[(#MODELE{archives})]
<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

et la un article marque en archive apparait, alors que le marquage des doublons a fonctionné.

--------------------------------------- SECOND CAS.

quand je place tout dans la page sommaire

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

tout fonctionne.

Merci d'avance pour votre aide,

François-Marie BILLARD

BILLARD a écrit :

Bonjour

en faisant le test suivant je n'obtiens pas les mêmes résultats et je m'interroge sur l'origine du dysfonctionnement.

---------------PREMIER CAS

j'utilise une boucle dans un modèle afin de marquer les articles portant le mot clé archive

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

dans la page sommaire de mon squelette je fais :

[(#MODELE{archives})]
<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

et la un article marque en archive apparait, alors que le marquage des doublons a fonctionné.

--------------------------------------- SECOND CAS.

quand je place tout dans la page sommaire

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

tout fonctionne.

Merci d'avance pour votre aide,

François-Marie BILLARD

je crois que les doublons ne passent pas quand on les met dans un modèle.

OK merci

cordialement

F.M BILLARD

Jean-Christophe Villeneuve a écrit :

BILLARD a écrit :

Bonjour

en faisant le test suivant je n'obtiens pas les mêmes résultats et je m'interroge sur l'origine du dysfonctionnement.

---------------PREMIER CAS

j'utilise une boucle dans un modèle afin de marquer les articles portant le mot clé archive

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

dans la page sommaire de mon squelette je fais :

[(#MODELE{archives})]
<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

et la un article marque en archive apparait, alors que le marquage des doublons a fonctionné.

--------------------------------------- SECOND CAS.

quand je place tout dans la page sommaire

<BOUCLE_article_archive(ARTICLES){titre_mot=archive}{doublons archiveA}>
#ID_ARTICLE<br>
</BOUCLE_article_archive>

<BOUCLE_derniers_articles(ARTICLES){doublons archiveA}>
...............
</BOUCLE_derniers_articles>

tout fonctionne.

Merci d'avance pour votre aide,

François-Marie BILLARD

je crois que les doublons ne passent pas quand on les met dans un modèle.