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,