Hi everybody!
I am using a Ditto call to form a list of MaxiGallery galleries:
<div class="photo_album">
<a href="[~[+id+]~]" title="watch album">[[MaxiGallery? &galleryOuterTpl=`no_gallery` &galleryPictureTpl=`no_gallery_pic` &pics_per_page=`1` &pageNumberTpl=`numbers` &view_gallery=`[+id+]`]] [+pagetitle+]</a><div class="date">[+date+]</div>
</div>
and I wonder is there a way to display the number of pic in a gallery? some special MaxiGallery call that returns the number?
Thanks.
No, I have to add a placeholder for that one.. I’ll do it for next release.
And for the meanwhile, you can ofcourse do a snippet that counts the pics for specific gallery (eg. queries the maxigallery database table).
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
thanks for reply
and nice to hear this feature is planned.
great work!