The 30 images slideshow bug with PicLensLite
westor
Joined: 2009-05-23
Posts: 21 |
Posted: Fri, 2009-06-19 10:02 |
I was investigating a little bit - and as I notices, the slideshow in G2 runs well with more then 30 Images. to point to a local url: return "<script src=\"/js_css/piclens_optimized.js\"" . I downloaded und dropped the necessary files: piclens_optimized.js in and the lytebox to /lytebox/ Then I relaized, that the actual PicLensLite.swf really seem to have some problems. I think you can use these information to bundle this in the correct module directory and have a running version of the slideshow. See attached file. And don't forget to pic lytebox. Cheers |
|
Posts: 21
Ups - attachement of files didn't work:
The selected file /tmp/tmp_Nn1Mlx could not be uploaded, because the destination files.zip is not properly configured.
Please ask me to send this via email if you need.
Torsten
Posts: 7994
Great! I've updated http://sourceforge.net/apps/trac/gallery/ticket/23
---
Problems: Check gallery3/var/logs first!
file a bug or feature request | upgrade to the latest code | use git
Posts: 1
Hello,
I m happy I have found this thread about this problem.
It helped me find the solution below (I couldn't find this solution anywhere else):
So my 2 cents to workaround this problem is to modify the file gallery3/modules/rss/controllers/rss.php and replace the 21st line "public static $page_size = 20;" with "public static $page_size = 100;" (or whatever your max photos in an album is).
The counterpart is that each page from the rss feeds now list 100 entries, maybe you'll find it annoying (I don't ).
Yoann.