1
Hi,
I have a client who wants a mosiac of random thumbnails on the index.php of xcgal. I am able to do this using the 'Album list view: The content of the main page' settings in the module config options.
However, the random thumb pics link to the displayimage.php for that pic. I want them to link to the
http://blah.com/modules/xcgal/thumbnails.php?album=?? page
I just don't know how to do it. At the moment the code is:
Quote:
. This is in the xcgal_thumb.html template.
I'm assuming I need to change the {$pic.link_tgt}...but to what? It needs to get the album number and use that to create a link to the thumbnails.php.
Also, As the albums won't be appearing on the index.php, I would like the album description to show under the album name when you go the thumbnails.php showing the images for that album. I tried adding Quote:
to the xcgal_thumb.html template but that didn't seem to work.
Any pointers gratefully received.
Cheers,
Tracy