View Single Post
  #1  
Old 12-30-2005, 12:29 AM
TommyBlue's Avatar
TommyBlue Offline
pp regular
 
Join Date: Dec 2005
Location: Eugene, Oregon
Posts: 32
Send a message via ICQ to TommyBlue
Wink photos_today.php

Hello.
I'm wondering if anyone who knows php (even Raminia, the developer) could help me with the Photos Today addon. It works good, but I would love to make a couple changes.

First, is it possible to add a line break in between each photo? instead of a zero pix margin where they're all touching...

Secondly, I want to modify the img alt tag to contain my EXIF info as well... I found where to do that, if only I knew php, but here's the code:

PHP Code:
      $today_images .= "<a href='$PHP_SELF?showimage=$image_id'><img src='images/$image_name' alt='$image_title' title='$image_title' /></a>"
I realize that it's probably something simple like $image_exif or something, but if someone could confirm that before I spend to much time taking random guesses I'll really appreciate it!
Thanks pixelpost,
__________________
Blink, then think! - www.cleu.org/blink
Reply With Quote