Hi
What I’m trying to achieve can be seen in this example page. I want thumbnails that when clicked opens up different sets of lightbox set of images.
The way I did this is to use a pageblock pointing to a RapidAlbum using slimbox template but with some CSS on my blocks page to turn off the thumb nails so the page block is invisible
.album-wrapper { display:none; }
It works fine except that when the RapidAlbum is used in a pageblock then the lightbox [setname] is set to the page name of the blocks page rather than the page name of the rapidalbum.
Therefore if I put more than one pageblock on my page pointing to different RapiAlbums then unfortunately all the lightbox [setnames] are the same and so I will just get one big album no matter which image I click.
I wonder if it would be possible to fix this somehow so that the setnames are unique for each pageblock that points to a rapid album.
Or - is there just a better way to do this. I didn’t really want to manually create all the lighbox links myself when RapidAlbum can do it.
best wishes
Lee