Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hey everyone,

I got to use the Gallery function of CouchCMS and I was blown away with how simple it was to upload images.

At the moment for a slideshow, I'm using a repeatable region with one image file. It's quite tedious to upload files and such, and I was wondering if it's possible to integrate the Gallery browser (http://www.couchcms.com/docs/img/250.gif) with the code I currently have.

Thank you.

Code: Select all
<cms:repeatable name='slideshow' >
   <cms:editable type='image' name='my_image' label='Photo'
   width='1100'  height='618'
  crop='1'
  show_preview='1'
  preview_width='150'
  />
</cms:repeata
ble>

Code: Select all
     <cms:show_repeatable 'slideshow' >
    <li>
      <img src="<cms:show my_image />" />
    </li>
   </cms:show_repeatable>
Hi,

Would be very useful indeed if there was a multiple upload option (like with Gallery) attached to a repeatable region. Upload multiple images in a single go and the rows get populated automatically.

Sadly, we don't have that yet :(
But we certainly have that on our roadmap as, I said, it'd be certainly very useful.
It certainly would be!

Thank you nonetheless, KK :)
3 posts Page 1 of 1
cron