PDA

View Full Version : link to original photo


seanchem
05-29-2006, 03:36 AM
I've searched to forum for a little bit trying to find an answer to this question and I still feel hesitant about asking.

I have posted photos on my site that I have edited and viewers have wanted to see the original. Is there a way to do this in such a way that it would look similar to how chromasia deals with this (for example).

http://www.chromasia.com/iblog/archives/0605282154_clean.php (he has a link in the comments popup to the original photo).

I feel like there is an easy solution to this, I just don't know how to do it - and if PP will let me. Thanks.

My site is http://forensicrodeo.com

jdleung
05-29-2006, 05:24 AM
in comment_template.html
replace
<img src="thumbnails/thumb_<IMAGE_NAME>" id="commentthumb" />
with
<a href="index.php?showimage=<IMAGE_ID>"><img src="thumbnails/thumb_<IMAGE_NAME>" id="commentthumb" /></a>

seanchem
05-29-2006, 07:26 PM
thats not exactly what I meant - I don't want to mess with the thumbnails. I want to actually have an original photo somewhere else that you can only get to by the link and I want it to look like a regular post except that only pertains to the photo it was linked from. If you look in the chromasia link that I sent and click in his comments section, it has a link that goes to the original photo. I hope all that was clear :confused: