I did a similar thingie by using the headerImage in normal magnolia page properties.
Instead of using the image in the header, you can potentially use it anywhere else in the page (or modify the template to get additional fields, like menuImage, bottomImage, etc - see the templating tutorial for this). If you want to generate a whole menu, I think you should make your own version of the simplenavigation tag. You don't have to change the source, make your own custom tag instead (tricky if you don't know how to make custom tags, but doable). When iterating through the root pages (the 1. level nodes), collect the image property as you go along, and smack it into the menu. On 4/6/06, Claudio Greuter <[email protected]> wrote: > What I would like to do: > - Show an image and or the page title > - To be able to set the displayed image using the page properties (as an > editor) > ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
