Page 1 of 1

Configuration problem

Posted: 13 Nov 2007, 16:29
by Grek
Hello again,

I am finalising the setup of my gallery but I can not make those modifications :

1. After clicking on a thumbnail, when the picture is enlarged, it always displays the name of the picture and next. But I don't want do display the name of the picture, I would like the description and "next".
What should I modify ?

2. When I have a small picture, even enlarged, with a long text, my text goes to the next line according to the size of the picture.
How can I make my description text area beeing larger ? I have modified the part below in "slideshowimagevueconfig.ini" but it doesn't work...
(for an example you can see the pictures in the "furniture design" category on http://www.si-la-gi.com/gallery)

[TEXT]

displayposition = below
displayimageindex = true
displayname = false
displaydescription = true
hideextension = true
formatmaxwidth = 450
formatminwidth = 450
formatmargin = 5

4. When the big images are diplay (after clicking on a thumbnail), I would like to reduce the options and take out "SFX" and "open in popup window".
How can I do that ?

Thanks again for your help,

Greg

Posted: 19 Nov 2007, 01:11
by mjau-mjau
1. In slideshowimagevueconfig.ini, there is a setting "displayname = true" - set it to false. It displays the text "next image" when rolling over the image - You want to turn that off? If so, in slideshowimagevueconfig.ini set "imagepopinfo = false"

2. You could try and set "displayposition = right" or "displayposition = left" which ould display the text on one of the sides instead givging it a better flow.

4. You can remove buttons in the main controls by removing items in the array: "maincontrols = select,previous,next,toggleplay,sfx,window,popup,download" in slideshowimagevueconfig.ini -