here is a super easy way to add each caption open image in new window.
example: http://www.secondgearclub.com/2007/dirt … e92007.htm
Each caption line looked as such
<caption>img_9192.jpg</caption>
NOTEPAD GUIDE
Step 1: Copy gallery.xml and save it as gallery.xml.bak just in case you screwup.
Step 2: Now in notepad go edit/replace
Step 3: Put Find What: as <caption>
Step 4: Now replace with as : <caption><![CDATA[<A href="images/
Step 5: press Replace all, notepad will automatically replace every single instance of <caption> with <caption><![CDATA[<A href="images/
Step 6: Go back to edit/replace and put </caption> in Find What:
Step 7: In Replace As: " target="_blank"><U>Open image in new window</U></A>]]></caption>
The captions should now be
<caption><![CDATA[<A href="images/img_8980.jpg" target="_blank"><U><font color="red">Open image in new window</font color></U></A>]]></caption>
Feel free to change Open image in new window with whatever you want.
Download Photo! works just as well. You can bold this if you want with <b> </b> tags.
If you want to have download "image_XXX_" or a different tag you will have to enter each one manually, i would just copy and paste it from the line above.