Allow content upload multi image for banner slide show
Hi everybody
I am creating a website using Umbraco. My website have a sliceshow using jquery. The sliceshow do animation on the list of images.
I want the user can add dynamically the images to the slideshow
That's mean Content have a place to add any number of image to block
Please show me how can I do
Many thanks
I think that you could use the multiple image picker in Umbraco 7 for this job, but using this your user will be able to pick multiple images, and then you could loop though these and output the HTML markup that is required for your slideshow plugin, depending on which slideshow you´re using.
You are always welcome to write on the forum, too. We are friendly people. who try to help each other. So if you have other questions just create a topic on the forum.
Allow content upload multi image for banner slide show
Hi everybody I am creating a website using Umbraco. My website have a sliceshow using jquery. The sliceshow do animation on the list of images. I want the user can add dynamically the images to the slideshow That's mean Content have a place to add any number of image to block Please show me how can I do Many thanks
Hi CongPhuoc-Phan and welcome to our,
I think that you could use the multiple image picker in Umbraco 7 for this job, but using this your user will be able to pick multiple images, and then you could loop though these and output the HTML markup that is required for your slideshow plugin, depending on which slideshow you´re using.
You can find the documentation for the multiple image picker in Umbraco 7 here: http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/Built-in-Property-Editors-v7/Media-Picker
Since you are new to the forum, maybe you also new to the Umbraco CMS, if this is the case I think that you should have a look at these resources, this will be a good starting point. Umbraco TV, is oline video tutourials about Umbraco, and there are some free videos about the basic concepts of Umbraco http://umbraco.tv/videos/umbraco-v7/content-editor/ and http://umbraco.tv/videos/umbraco-v7/implementor/. One of the milestones in Umbraco is the concept called Document types, here you define fields for the user in the backoffice. In your case it would be the field so the user can pick multiple images for the slideshow http://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/document-types/what-is-a-document-type/
Some of the videos are requiring a subscription to Umbraco TV, and you can find the prices here. http://umbraco.tv/plans-signup/
Another good starting point would be http://our.umbraco.org/documentation/Using-Umbraco/Creating-Basic-Site/
You are always welcome to write on the forum, too. We are friendly people. who try to help each other. So if you have other questions just create a topic on the forum.
Hope this helps,
/Dennis
Hi Denis Many thanks for your very quick reply Yes, I am very new to Umbraco I will follow your instruction
Regard
is working on a reply...