Web page create
Moderators: helmut, XnTriq, xnview
Web page create
I'm not sure if this is a bug but in "web page create" there is a template called "compresed (silver)" that seems to not work ok, thumbs in galleries created with this template doesn't link to the original/big picture.
Re: Web page create
Yes, but it's not me who has created this template...TGB_72 wrote:I'm not sure if this is a bug but in "web page create" there is a template called "compresed (silver)" that seems to not work ok, thumbs in galleries created with this template doesn't link to the original/big picture.
Pierre.
Simple enough to fix though...
Open the "thumb.html" from the Compressed [silver] folder in notepad (or your editor of choice)
Locate the following bit of code
<a href="#" onfocus="...
It's in between
#THUMB_START# and #THUMB_END#
Then insert #ORG_SUBPATH#/#FILENAME# instead of the single #
It should look something like this...
<a href="#ORG_SUBPATH#/#FILENAME#" onfocus="...
You could even add target="_blank" to the tag to make the image open in a new window
Hope this helps :-) and also that I haven't broken any copyright rules by fixing this code... I just presumed you may be too busy to fix it yourself.
Open the "thumb.html" from the Compressed [silver] folder in notepad (or your editor of choice)
Locate the following bit of code
<a href="#" onfocus="...
It's in between
#THUMB_START# and #THUMB_END#
Then insert #ORG_SUBPATH#/#FILENAME# instead of the single #
It should look something like this...
<a href="#ORG_SUBPATH#/#FILENAME#" onfocus="...
You could even add target="_blank" to the tag to make the image open in a new window
Hope this helps :-) and also that I haven't broken any copyright rules by fixing this code... I just presumed you may be too busy to fix it yourself.