Bonjour,
Je voudrais afficher des évènements qui ont des répétitions. Ma boucle :
<BOUCLE_agenda(EVENEMENTS){id_article}{par date_debut}{doublons}{age_fin<0}>
[(#TITRE|unique)]
[(#DESCRIPTIF|unique)]
[(#DATE_DEBUT|nom_jour|couper{3})] [(#DATE_DEBUT|affdate_jourcourt)]
[(#DATE_DEBUT|heures)]h[(#DATE_DEBUT|minutes)]
</BOUCLE_agenda>
c’est l’agenda d’un cinéma où
1 article = 1 semaine
1 évènement = 1 film
répétitions = séances
si j'ai 2 horaires (par exemple) par film la boucle me retourne :
le titre film1
le descriptif film1
horaire1 film1
le titre film2
le descriptif film2
horaire1 film2
horaire2 film1
horaire2 film2
et je voudrais :
le titre film1
le descriptif film1
horaire1 film1
horaire2 film1
le titre film2
le descriptif film2
horaire1 film2
horaire2 film2
Ca doit être possible non ?
merci
dd