Hi everyone,
I have the following problem:
my source matrix have some option to place a banner dynamically for every page i create?
the idea is that the user does so easily without touching code or something.
is possible?
and if cant do easily, we can do differently?
Sorry my bad english, i need help in this!
Thanks.
have a look at openX
This can be done very easily.
What you will need is;
Asset Builder to create standard pages
Asset Listing to to list the banners from the image folder
Metadata Schema to store the Image URL
So what you do is nest the Asset Listing inside the Asset Builder to show the list of available banner images. Your users can copy the URL of the images to the empty metadata input field or use some Javascript magic to copy the image href path to the empty metadata field with a onclick event.
When the page gets created it will have the metadata value attached to it. You can simply print this image into your design file e.g <img src="%asset_metadata_X%" />.