I'm not sure if this is even possible but I thought i'd try on here first.
I'm designing a page that the user will have control over the content, on the page will be a possible of 10 different images, would it be possible to have an option where the user can select if they want each individual image displayed or not (by checkbox) and then it automatically displays this in a certain area that I have chosen if they choose to have that one.
It's Umbraco - of course it's possible :-) It's all a matter of how it makes sense for the user to manage it...
A good way would be to use the Multi-Node Tree Picker in the uComponents package - then you can create the images in a specific folder in the Media section, and create an Image Selector data-type that lists the images of the folder and allows the user to pick any or all the images to show - they can even choose the sorting if that makes sense?
If you want an easy way to select multiple images I would recommend DAMP. You can do the same as what Chriztian described for MNTP, but has more options and is faster.
Image Idea ?
Hi there,
I'm not sure if this is even possible but I thought i'd try on here first.
I'm designing a page that the user will have control over the content, on the page will be a possible of 10 different images, would it be possible to have an option where the user can select if they want each individual image displayed or not (by checkbox) and then it automatically displays this in a certain area that I have chosen if they choose to have that one.
Thanks
Hi monkey123,
It's Umbraco - of course it's possible :-) It's all a matter of how it makes sense for the user to manage it...
A good way would be to use the Multi-Node Tree Picker in the uComponents package - then you can create the images in a specific folder in the Media section, and create an Image Selector data-type that lists the images of the folder and allows the user to pick any or all the images to show - they can even choose the sorting if that makes sense?
You could also use the XPath CheckboxList in much the same way ...
/Chriztian
If you want an easy way to select multiple images I would recommend DAMP. You can do the same as what Chriztian described for MNTP, but has more options and is faster.
Jeroen
is working on a reply...