Hi all,
Is it possible to add a class to the last item in a row of thumbnails, similar to how you would with Wayfinder?
Thanks
Lee
hmm.. I think not.. I need to add picture number and number in page to the placeholders.. then it would be possible with phx..
EDIT:
If you take the latest SVN code, the following placeholders have been added to galleryPictureTpl and childgalleryTpl:
[+maxigallery.rownumber+] = the number of the row currently being rendered (on that page)
[+maxigallery.picnumber+] = the picture number (of the whole gallery)
[+maxigallery.picpagenumber+] = the picture number on that page
[+maxigallery.picrownumber+] = the picture number on that row
So now it should be possible.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Fantastic, thats the power of open source right there, cheers buddy.
Lee
No, I haven’t added those placeholders to any of the default templates.. they are just added to the code to make them available in custom templates.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Sure, I’ve set up a chunk for the placeholders, so I can slot them in there...
Thanks
Lee