Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
  1.  
    Hi all,

    I am using the default theme since it is the only one I manage to insert properly into my website. I have one question.

    In all the other theme when you browse an album, under every little picture, you have the caption of the picture. In the default (classic) theme, it is not the case. Can anyone tell me what I need to modify to get the caption in the album.

    Thanks in advance
    •  
      CommentAuthorsidtheduck
    • CommentTimeMar 12th 2008
     
    tristan,

    The caption is stored in the $capt variable in the default theme. Currently, the caption is added to the alt portion of the image tag in the default theme. If you are adding it to a new tag (div, span,

    , etc.) you just need to add the following code wherever you want the caption to be:


    <?php echo $capt; ?>


    If you are having troubles with getting it to work, let us know where you would like the caption to show up and I can try to help you accomplish that with the default theme.

    • CommentAuthorcorygatz
    • CommentTimeMar 26th 2008
     
    tristan.ferrior,

    the way in which I got me default theme captions to work was placing this line of code:

    print (plogger_get_picture_caption());

    inbetween these two lines in your 'album.php' file that is located in the default theme directory.

    print '<li class="thumbnail"><div class="tag"><a href="' . plogger_get_picture_url() . '">' . $imgtag . "</a><br />";

    print plogger_download_checkbox(plogger_get_picture_id());

    Sure hope this helps.
    • CommentAuthormsa1
    • CommentTimeApr 22nd 2008
     
    Is there a way to get the Allow Compressed Recursive Downloads to work in the default theme?

    Great program, been working with it on and off for a little while....super easy to install, but it is the little things like this that we cannot overcome. We want to integrate into sites, so only default theme works, but defalt theme has more bugs than contribution themes.

    Sid, you seem to have tons of knowledge with Plogger. Can you assist? Thanks in advance
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008
     
    msa1,

    What is not working with the Allow Compressed Recursive Downloads? If you are getting an invalid .zip file, check this thread -> http://plogger.org/forum/discussion/1684/zip-download/#Item_20. I helped amanda with this problem that has to do with your server settings.

    Let me know what is going wrong with the .zip downloads and I can try to help you out! :D
    • CommentAuthorphases
    • CommentTime6 days ago
     
    OK -
    I just tried something and it worked....
    I ran a batch on the files in photoshop to rename and save as all 177 images.
    I saved as a new JPG and they now upload.

    Any idea what was up with the original JPGs?