Hello again
already i got my second problem 
I discovered the MOTS and they help me alot because i have Articles that should appear in different sections of the Website. And then i came up with the idea that it would be totally cool (yes please dont look at the time.. uhm im in another timezone... or something :).. Well it would be cool to give my authors the possibility to mark certain articles as "sticky" so they will always be displayed first. And i thought, while im at it i make a "sticky at the bottom" MOT too. So in special cases an author can use on of the 2 special MOTs (they are in the same group, and you can only select one at the time :D)
To select the Sticky articles that are supposed to be on top is very easy, but then i had serious problems. I thought i would be able to do something like {id_groupe!=5} which is my sticky group, and thus select all articles that have no entry there but that didnt seem to work.
So i ended up with doing a boucle with {id_groupe=5} and using the part that is called when there is no result in the boucle. Which works but makes the {doublons} tag unusable.
I ended up with this:
(id_mot=17 is my topsticky mot, id_mot=19 is my bottomsticky mot)
<BOUCLE_stickynews1(ARTICLES) {id_rubrique} {par date} {inverse} {id_mot=17} {doublons}>
#LOGO_ARTICLE_RUBRIQUE<br>#TITRE<br>#TEXTE<p>
</BOUCLE_stickynews1>
<BOUCLE_news(ARTICLES) {id_rubrique} {par date} {inverse} {doublons}>
<BOUCLE_newssub1(ARTICLES) {id_article} {id_mot=19}>
</BOUCLE_newssub1>
</B_newssub1>
#LOGO_ARTICLE_RUBRIQUE<br>#TITRE<br>#TEXTE<p>
<//B_newssub1>
</BOUCLE_news>
<BOUCLE_stickynews2(ARTICLES) {id_rubrique} {par date} {inverse} {id_mot=19}>
#LOGO_ARTICLE_RUBRIQUE<br>#TITRE<br>#TEXTE<p>
</BOUCLE_stickynews2>
Is it possible to do that more elegant? I'm very unhappy with the result. I dont want to have a "normal" MOT so that the authors have to choose one, cause i think that would increase the number of "sticky" articles alot. But i dont like that i have to define the layout of the articles in 3 places, because i just want it too use it to set the order when they are displayed.
And then again why doesn't the {id_groupe!=5} work?
thanks again for your time and patience 
Chris