Ok, I think now I got you. Someone did something similar, can't remember the post right now.
You could do this like this for example. Given you always provide such a detail image, you could create a second folder. Let's name it "details" for example. The detail image which you indeed need to upload separatly you name exactly like the image or image title, but append for example "-detail" to it. So now you could create a link to that like this (rough sketch):
-detail.jpg">Linktext
So automatically a link to a detail image is provided.
Thanks Acrylian. The link sample you wrote, is that to be put in the description area below the image or is that to be placed in the image.php default theme page? If in the image.php, do I need to do this (see above sample by aitf311) on line 46 to get the pop-up?
Yes, that is meant to replace the url in the full image link on image.php. Of course this is not a pop up link, it's simply a solution to generate an automatic link, so you don't have to write it manually. You will have refine and to add a popup-javascript to that yourself.
Sorry to bug you about this, but where do put this url? Do i replace it in line 47? Would you please show me (the location) where to insert the url? And the folder "details", does that go inside the theme folder, same place where the image.php is located? I guess I can do without the pop-up for now. Thanks again.
Someone was asking how to open the full size image in a JavaScript pop up the size of the full size image; here is a way I found to do that:
">
[b]
[/b]
To be: [b][/b]`
So far, this is working for me in both Firefox and IE. I'm still debating whether I want to do it this way or just have the full size image open in an html page (target="_blank").
Bump this thread up...
I have the same issue. I really don't need the popup and i use the latest version, and the code is different compare to the older post in this thread.
`
" title="">
`
How do i remove the popup? Is there a way to do this from the code above?
Thanks!
Gitarrmannen
Ahhh.. Big thanks for the quick reply. For anyone else that want to get rid of the popup, remove this part of the code in image.php on line 61 or something.
`if (isImagePhoto()) {
?>
" title="">
Yup, you're right.. thanks for pointing that out for me...