The rubrique in question (I.e."Administration"), however, has this very name on each site but a different id on each of these sites, so have the articles . That is why I have to use the name of that rubrique.
My idea was to code in my outer boucle a "regular expression", roughly described in the spip reference manual on page Criteria applicable to all loops - SPIP.
I suppose, either my reg ex is wrong or this feature of spip has some limitations.
More help?
Barnie
On 2011 Feb 28, at 9:11, Paolo wrote:
On 28/02/11 08:54, barnie@ingberlin.com wrote:
The outer boucle is being ignored. What is wrong?
You have not put an {id_rubrique} in the ARTICLES loop in order to "link" it to the outer loop. Add this and it will work (I think!).
The rubrique in question (I.e."Administration"), however, has this very name on
each site but a different id on each of these sites, so have the articles . That
is why I have to use the name of that rubrique.
You use the name in the outer loop. That will then fix the id for the inner loop. different on each site. Just try it.