PDA

View Full Version : Not showing "Next" when there is no next, and also


novon
06-28-2005, 03:19 AM
Hi

I recently setup this photoblog:

http://www.gentlesea.com/

On the newest photo, the "next" button still displays. Any way not to show it? Same thing when you get to the last photo with the "Previous" button. I looked in index.php and is does have code for it, but it's not working:



if($image_next_id == "") {
$image_next_id = $image_id;
$image_next_title = "$lang_no_next";
$image_next_link = "";
$image_next_thumbnail = "";
}


Also - some photoblogs have the Lens used in the Exif. Is there a way to extract that with the exifer in pixelpost?

Thanks!

-novon

Connie
06-28-2005, 05:32 AM
thats not true

I opened your blog, there was no "next" when the most actual photo was shown

there was no "prev" when the last photo was shown

what are you telling us?

:roll:

novon
06-28-2005, 05:42 AM
Yeah, I figured it out, it was a template thing!