To those interested, I've found a solution after being hit on the head
one time too much by the sentence "if the body page part is not found
here, radiant will try to find it in the parent"...

It seems also to "fix" the ruby calls stack overflow caused by the way
I did the thing before.

I now have a "parent page" with only this:

-----
<r:children:each by="slug" order="asc">
  <h2><r:title /></h2>

  <div class="left">
    <r:content part="left" />
  </div>
  <div class="main">
    <r:content part="main" />
  </div>
  <hr />
</r:children:each>
-----

and all child pages have only "left" and "main" page parts, no "body".
And the by="slug" allows me to the way _I_ want it.

Happy.
-- 
Ollivier Robert -
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to