Hi to all, first i know about DataObjectsAsPages, but was wondering if there is something simplier that i can use, i.e. custom php fonction.
Usually, if i need children of a parent page, i add a page in the site tree that are related to the parent page:
MY SONGS
- Help me
- Shout
- Building this town
where each children page have customs textfields to track .mp3's, titles etc.
But this quickly loads the site tree.
- - -
What i need is a trick that will allow me to add (via a tab in the CMS) a child to any parent page (or to a precise parent only).
These children:
- wouldnt be visible in the sitetree
- could be controlled via <% control .... %> in the templates
- could bear any parameters in need: textfield to track .mp3, .mov, .webm, etc.
Is this exactly what DataObjectsAsPages do?
Thanks!