Hello and thank you for the script.
I'm trying to add Highslide functionality without success to the script. Can someone point to the right direction?
from table.html
<!--<a href="{large_image_page}?{number}" onclick="NewWindow(this.href,'name','525','550','no');return false"><img src="{image_url}/{name}" alt="{name}" title="{name}"/></a>-->
It should be:
<a href="{large_image_page}?{number}"class="highslide" onclick="return hs.expand(this)"><img src="{image_url}/{name}" alt="{name}" title="{name}" ></a>
But not working....
If i change this line like this then the Highslide script is able to open the image, but i don't think thats the solution
<a href="../gallery/images/big/{name}"class="highslide" onclick="return hs.expand(this)"><img src="{image_url}/{name}" alt="{name}" title="{name}" ></a>
Any ideas?
Thanks