I was actually searching through the topics about this script in regard to another query I had about it, but thought this topic was helpful in another way!
Am I right in thinking that you mean you can add a watermark to images without actually having to manually do it in Photoshop or something? If there is a script to do it, what is it? It seems I have wasted many a hour adding copyrights to my photos if I've got the right end of the stick!
And without adding yet another topic to the forums about this script, I'll ask my other question in here... I don't want the images to link to anything - I've got it so only one image appears and it's full size, so clicking it is useless, and leads to another way for people to pinch the image. What bit in the script would I need to change to turn this off? I've already change this bit:
Code:
//By default, each image hyperlinks to itself.
//However, if you wish them to link to larger versions of themselves
//Specify the directory in which the larger images are located
//The file names of these large images should mirror those of the original
//Enter a blank string ("") to disable this option
var targetlinkdir=""
Which I thought would stop it becoming a link, but it just links to the original image path.
One more question - is it possible to add a 'next' & 'previous' link at the bottom. For example, I've just been testing it out and clicked on one number, then forgot which number I'd gotton to
So for example, I'd want:
"< 123456 >"
with "<" & ">" linking to the previous and next images, and 123456 etc working as usual...
Bookmarks