
Make two snippet calls on the document, the other one with the slideshow embedtype and other with some else display type.
Is there possible to make slideshow in the gallery browse view (with thumbnails) ?
great work![!MaxiGallery? &manager_webgroups=`Registered Users` &css=`GalleryStyleEmbossed` &display=`embedded` &thumb_use_watermark=`1` &thumb_watermark_type=`text` &thumb_watermark_txt=`MODx` &big_watermark_type=`text` &big_watermark_txt=`MaxiGalleryDEMO` &big_watermark_font=`5` &embedtype=`slimbox`!]
[!MaxiGallery? &manager_webgroups=`Registered Users` &css=`GalleryStyleEmbossed` &display=`embedded` &embedtype=`slimbox` &thumb_use_watermark=`1` &thumb_watermark_type=`text` &thumb_watermark_txt=`MODx` &big_watermark_type=`image` &big_watermark_img=`assets/snippets/maxigallery/watermark/modx-logo-small.png`!]

Add &big_use_watermark=`1` to your snippet calls..
I have only a little problem with Big images watermark that seems not work in my both call
...
what I’m doing wrong?
Make two snippet calls on the document, the other one with the slideshow embedtype and other with some else display type.
[!MaxiGallery? &view_gallery=`53` &display=`childgalleries` &embedtype=`slideshow`!]
Yes, this won’t work because childgalleries displaymode does not support slideshow.. But you said that you want to show a slideshow from gallery pictures and have the thumbnails on the same page too, right? If I got that correctly, you should just do the following on the gallery document:
I’m trying that but it don’t work or I missed something and I don’t understand how it can.
But perhaps my question is misunderstood.
I want to display a slideshow of thumbnails, a kind of :
[!MaxiGallery? &view_gallery=`53` &display=`childgalleries` &embedtype=`slideshow`!]
I know that this call doesn’t work.
what I want:
so you want to do just a single slideshow, but with the thumbnail pictures in it and not the normal pics, yes? In that case, do a custom galleryPictureTpl and add tn_ prefix before the maxigallery.picture.filename placeholder. You need only the slideshow related stuff from default template in your custom template.
[!MaxiGallery? &display=`embedded` &embedtype=`slideshow` &galleryPictureTpl=`tnSlideTpl` &slideshow_width=`150` &slideshow_height=`150`!]
[+maxigallery.embedtype:is=`slideshow`:then=` countArticle = countArticle+1; mySlideData[+maxigallery.pageinfo.id+][countArticle] = new Array( '[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]', '[+maxigallery.picture_link_url+]', '[+maxigallery.picture.title:htmlent+]', '[+maxigallery.picture.descr:htmlent+]'); `+]
Yes, this is a issue between MooTools and quickedit/scriptaculous/prototype.. If you disable quickedit plugin, theres no problems.
Edit: Must not logged in manager to avoid script conflicts: slideshow don’t display all images, and bad timer.
This discussion is closed to further replies. Keep calm and carry on.