On Sun, February 11, 2007 2:00 pm, barnie.de.los.angeles@myrealbox.com wrote:
The name of a particular rubrique should not appear in the rubriques
listing as this rubrique has a separate link somewhere on the page.
Hi Barnie,
I think this is what you need
http://www.spip-contrib.net/Excluding-items-from-displaying
Zzz.
Barnie
(Barnie)
Février 13, 2007, 1:53
2
Thanks, Zzz. For me it worked only after putting the 2nd boucle into the 1st one:
<BOUCLE_exclude (RUBRIQUES) {titre_mot=excluded} {doublons}>
<BOUCLE_display_non_excluded (RUBRIQUES) {tout} {doublons} >
<a href="#URL_RUBRIQUES ">#TITRE</a>
</BOUCLE_display_non_excluded>
</BOUCLE_exclude>
I think I made a mistake somewhere else which I "accidentally corrected" by this nesting of loops (?).
On 2007 Feb 13, at 12:03, Zzz. (adresse alter.) wrote:
On Sun, February 11, 2007 2:00 pm, barnie.de.los.angeles@myrealbox.com wrote:
The name of a particular rubrique should not appear in the rubriques
listing as this rubrique has a separate link somewhere on the page.
Hi Barnie,
I think this is what you need
http://www.spip-contrib.net/Excluding-items-from-displaying
Zzz.
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
you can read the items with the keyword with a first BOUCLE, the read the same Artikcles with the keyword doublon, which eliminate the items already read.
This technique is used to simulate an if - else case.
regards
Patrick
barnie.de.los.angeles@myrealbox.com wrote:
Thanks, Zzz. For me it worked only after putting the 2nd boucle into the 1st one:
<BOUCLE_exclude (RUBRIQUES) {titre_mot=excluded} {doublons}>
<BOUCLE_display_non_excluded (RUBRIQUES) {tout} {doublons} >
<a href="#URL_RUBRIQUES ">#TITRE</a>
</BOUCLE_display_non_excluded>
</BOUCLE_exclude>
I think I made a mistake somewhere else which I "accidentally corrected" by this nesting of loops (?).
On 2007 Feb 13, at 12:03, Zzz. (adresse alter.) wrote:
On Sun, February 11, 2007 2:00 pm, barnie.de.los.angeles@myrealbox.com wrote:
The name of a particular rubrique should not appear in the rubriques
listing as this rubrique has a separate link somewhere on the page.
Hi Barnie,
I think this is what you need
http://www.spip-contrib.net/Excluding-items-from-displaying
Zzz.
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en