Page 1 of 1

Web page creation and modification of templates

Posted: Wed Aug 22, 2007 9:47 pm
by PSHRutPark
Thanks to those who provided the web templates.

1/ I'm currently modifying a template (Visuddhi - Flash Viewer [Blue]) slightly and would like to know how to change the change the colour of the photograph and thumbhail borders. In this case I want to change from light blue to white.

2/ I would like to create web pages based on the images tagged according to a Category. I display the images of the required category but if I select them all and then attempt to create a page I get the following error:

"Error creating file <F>"

The problem seems to result from the fact that the actual source images are not all in a single "real" folder and are actually in a virtual folder.

I imagine this would this be easy to fix as the capability to generate web pages from Categories would be very useful.

Thanks

PETER

Re: Web page creation and modification of templates

Posted: Thu Aug 23, 2007 12:30 pm
by xnview
PSHRutPark wrote: 2/ I would like to create web pages based on the images tagged according to a Category. I display the images of the required category but if I select them all and then attempt to create a page I get the following error:

"Error creating file <F>"

The problem seems to result from the fact that the actual source images are not all in a single "real" folder and are actually in a virtual folder.
Ok, right, i'll fix it

Re: Web page creation and modification of templates

Posted: Mon Aug 27, 2007 1:25 am
by PSHRutPark
xnview wrote: Ok, right, i'll fix it

Thankyou.

Re: Web page creation and modification of templates

Posted: Tue Sep 04, 2007 1:52 pm
by NikoJorj
PSHRutPark wrote: 1/ I'm currently modifying a template (Visuddhi - Flash Viewer [Blue]) slightly and would like to know how to change the change the colour of the photograph and thumbhail borders. In this case I want to change from light blue to white.
You have to edit the file thumbs.html by hand.

The first actual line sets parameters for the flash object simpleviewer :

Code: Select all

<simpleviewerGallery [...] textColor="0x2E4B6B" frameColor="0xA1BCDA" frameWidth="15" [...]>


The colors are defined with three 2digits hexadecimal codes for R, G, B components, so white is 0xFFFFFF, red is 0xFF0000 and plain blue is 0x0000FF eg.
In your case you'll need something like

Code: Select all

frameColor="0xFFFFFF"
(plain white).

Re: Web page creation and modification of templates

Posted: Tue Sep 04, 2007 8:33 pm
by PSHRutPark
Thank you.


PETER

Posted: Thu Sep 20, 2007 6:36 am
by pjp
Question - Is possible change (something) in webtemplates/generation of web pages ?
Problem - if I use key "enter" (create second line) in field "information displayed", XnView inserted into web galery only first picture and rest ignore. Can you change/solve problem this ? Thanks.
Pavel

Posted: Thu Sep 20, 2007 9:18 am
by xnview
pjp wrote:Question - Is possible change (something) in webtemplates/generation of web pages ?
Problem - if I use key "enter" (create second line) in field "information displayed", XnView inserted into web galery only first picture and rest ignore. Can you change/solve problem this ? Thanks.
Pavel
With which template?

Posted: Thu Sep 20, 2007 9:30 am
by pjp
Vissuddhi - Flash Viewer.
Maybe, one more question - is possible add in this webtemplate link between GPS infos and google maps ?
Pavel

Posted: Sun Sep 30, 2007 4:01 pm
by Olive
Given that it's possible to insert EXIF-GPS info I'd say it's possible to use javascript to convert them to Google maps links.

Posted: Tue Nov 27, 2007 9:44 am
by xnview
pjp wrote:Vissuddhi - Flash Viewer.
Ok, the flash object doesn't support if you have <br> in info, so with this template, you must use only 1 line of info...