Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthornielsfogt
    • CommentTimeFeb 19th 2009
     
    Hello, I have installed Plogger3 and it seems that my slideshow is not updating after I add new photos. Here is a link to an album with 26 photos, yet only the original 20 show.

    http://studio-oneinc.com/projects.php?level=album&id=1&plog_page=1

    FYI - this is a customized gallery, so perhaps I unintentionally erased something:/....anyway...thanks for looking
    •  
      CommentAuthorsidtheduck
    • CommentTimeFeb 19th 2009
     
    nielsfogt,

    It's an issue with the function that gets the images. Open plog-functions.php and find the following code (should be around line 1388):
    $from = 0;
    $limit = 20;

    and edit the hard-coded limit to whatever you want for the time being.

    This has already been fixed in the current codebase, so it should work in the next release.
    • CommentAuthornielsfogt
    • CommentTimeFeb 19th 2009
     
    you da man sid