|
#11
|
|||
|
|||
|
Vernon- I know you are trying to help but there are at least three of us that read that and don't find it very clear. Like what Image Tag (where in the template code since I don't see it yet) do I replace with these new tags? Sorry if some of us new users are naive but I figured out a few things in the scripts and codes already with no problem but this one has me confused. Probably something very simple that I'm overlooking but if someone would spell it out it would be much appreciated.
|
|
#13
|
||||
|
||||
|
Quote:
I did that replacing image tag but no photo is displaying |
|
#14
|
||||
|
||||
|
Ok so this is the line that show the image
Quote:
|
|
#15
|
||||
|
||||
|
sorry, my answer was a little bit confusing.
place <TODAY_IMAGES> just before the line which shows your images. just tried on my dev server and it shows correctly the images uploaded today. |
|
#16
|
||||
|
||||
|
Ok and if you wanted to have the exact same way that the picture was showing before you have to erase the line and change the new tag in the php script call photos_today.php a line 85
|
|
#17
|
||||
|
||||
|
Another problem I found, I cannot use the same standard line the I have used in the image_template.htm there is no link to add $image_previous_id.
How do I do to use the $image_previous_id tag in this file |
|
#18
|
||||
|
||||
|
The correct tag for image_previous_id is <IMAGE_PREVIOUS_ID>.
Could you post your standard line here? |
|
#19
|
||||
|
||||
|
I know that the image_previous_id is <IMAGE_PREVIOUS_ID>. But when you edit the photos_today.php file you cannot insert correct tag, you have to put the $ sign with the correct variable instead of putting the quoted tag <>.
photos_today.php PHP Code:
Code:
<div><a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img src="images/<IMAGE_NAME>" onmouseover="return overlib('Cliqué pour voir la photo précédente', CAPTION, '<b>Titre:</b> <IMAGE_TITLE> <br /><EXIF_CAMERA_MODEL> | <EXIF_FOCAL_LENGTH> | <EXIF_APERTURE> | <EXIF_EXPOSURE_TIME> | ISO <EXIF_ISO> | <EXIF_EXPOSURE_BIAS><br />');" onmouseout="return nd();" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" alt="" /></a><div>
|
| Post Reply |
| Thread Tools | |
|
|