Topic: Use of imageClickMode, linkURL and linkTarget
I have been scouring the FAQ area, experimenting with various configurations and have tested using both local and website located files with IE, Chrome, Firefox and Safari for many hours.
I can't get my chosen URL to open when I click on the configured image. I am now a little confused because whilst in the main V2 documentation it clearly states that this configuration can be used to open a URL when the "image is clicked" I have just found an entry in another FAQ advising that this function only works when the use clicks on the "Open in new window" button.
Would you please clarify this for me because I really need this functionality.
Thank you
Brian Jones
Just in case you need to see the configuration I am using: -
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
useFlickr="false"
resizeOnImport="true"
cropToFit="false"
useFlash="false"
thumbPosition="NONE"
showOpenButton="false"
showFullscreenButton="false"
imageTransitionType="SLIDE"
showBackButton="true"
backgroundColor="0066FF"
imageClickMode="OPEN_URL"
backButtonText="Exit"
>
<image imageURL="images/CAR001 - Cromer Pier Steps.jpg"
thumbURL="thumbs/CAR001 - Cromer Pier Steps.jpg"
linkURL="http://www.google.co.uk"
linkTarget="_blank">
<caption><![CDATA[]]></caption>
</image>