I have a popup.php file I'm using to open the larger images directly. I'm trying to get the image caption and description to display beneath the image in that window but have only succeeded in doing so with the date. But I don't understand why the rest isn't shown.
At the top of that page I have
<?php include("plog-functions.php"); include("plog-globals.php"); global $inHead; global $config; ?>
Then (after some other plogger code) in the body I have
... or perhaps another idea would be to get the large images (which in my case are the same images/format as the intermediate images) into a popup window, with the functionality of the next/previous, slideshow, caption and description.
... it's me again ;). I've decided to go for a popup only. The inline images looks really good, but I want to have the opportunity to show a larger image if necessary, and that would mean needing at least twice the amount of diskspace. And because I will have hundreds of photographs, the thumb leading directly to the large image is the better choice.
So my first question stands: how do I get the caption and description to show up in the popup?
Any ideas yet Mike? Or is this perhaps too complicated at this moment and should I wait for the next beta? I know I'm missing some data in that popup file, some content from the gallery.php file that's causing those functions not to work, but I don't know what.