Everything works well now. Many thanks! This is a great looking interface.
It would be great to make this automatically compatible with the All Albums mod:
https://vborg.vbsupport.ru/showthread.php?t=172215
For now, I have applied the following template edits which seem to do the trick:
1. Edit 'album_all_albumbit'
2. Find the following :
Code:
<a href="album.php?$session[sessionurl]albumid=$album[albumid]"><strong>$album[title_html]</strong></a>
3. Below, add:
Code:
<a href="javascript:PicLensLite.start({feedUrl:'$vboptions[bburl]/album.php?albumfeed=$album[albumid]'});"><img class="inlineimg" src="$stylevar[imgdir_misc]/piclens.png" alt="$vbphrase[view_with_piclens]" border="0"/></a>
4. Save 'album_all_albumbit'
5. Edit 'album_all_album_list'
6. Find the following :
Code:
<title>$vboptions[bbtitle] - $vbphrase[all_albums]</title>
7. Below, add:
Code:
<!-- CoolIris/PicLens support -->
<script type="text/javascript" src="http://lite.piclens.com/current/piclens_optimized.js"></script>
<!-- /CoolIris/PicLens support -->
8. Save 'album_all_album_list'.
9. Done.