opeth_pp
06-17-2007, 04:23 PM
Hi Everyone..
I have what I would think should be an easy question but I can't seem to get it to work the way I want.
I am trying to control which image is displayed on the initial page a user sees. Going through the code of image_template.html I see this line
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
The <IMAGE_PREVIOUS_ID> tag loads the last image so I thought no problem Ill just get rid of that tag and use the specific image ID in that line and that should make the default image the one i want.
<a href="index.php?showimage=11">
This approach is not working as it is still not letting me control the first image a user sees. After making the above changes I made sure to clear my cache and test this out from a few different machines..
Any suggestions?
I have what I would think should be an easy question but I can't seem to get it to work the way I want.
I am trying to control which image is displayed on the initial page a user sees. Going through the code of image_template.html I see this line
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
The <IMAGE_PREVIOUS_ID> tag loads the last image so I thought no problem Ill just get rid of that tag and use the specific image ID in that line and that should make the default image the one i want.
<a href="index.php?showimage=11">
This approach is not working as it is still not letting me control the first image a user sees. After making the above changes I made sure to clear my cache and test this out from a few different machines..
Any suggestions?