Closed GoogleCodeExporter closed 9 years ago
It's not a bug, the settings is used to control the caption length of photos
and not the caption length of albums. This is actually not possible right now.
I'll put this issue on the list as a feature request!
Original comment by jdiderik
on 5 Nov 2010 at 10:09
Sorry, it is actually a bug :-), it doesn't work correctly on thumbs of
images... will try and fix it.
Original comment by jdiderik
on 5 Nov 2010 at 10:12
Thanks for a great set of scripts to do this, it is a brilliant tool.
Yes I was meaning that it did not work in the thumbnails of an albulm.
i.e. If you have 4 albumns, click on any of the 4 album thumbnails and it will
show all thumbnails of the photos in that album.
It is the caption underneath all those photo thumbnails that I thought this
setting was supposed to restrict.
Sorry if I did not explain it well enough.
Original comment by adwo...@sensibleweb.co.uk
on 5 Nov 2010 at 10:19
Thx for the compliment! That's greatly appreciated!
You could fix it for yourself easily by editing line 91 where it says:
if($c > settings.showCaptionLength...
change it into:
if($c.length > settings.showCaptionLength...
Fix will be included in next version, which will be released soon (hopefully)
Original comment by jdiderik
on 5 Nov 2010 at 10:25
Added fix to SVN, revision 140.
Original comment by borkh...@gmail.com
on 11 Aug 2011 at 10:41
Original issue reported on code.google.com by
adwo...@sensibleweb.co.uk
on 4 Nov 2010 at 6:37