Page 1 of 1

slideshowimagevueconfig.ini questions

Posted: 08 Jan 2008, 11:05
by andrewn
Firstly, unless I'm missing something, I can find no documentation relating to this file other than a reference under templates...

It took a while to figure out that this file controls the slideshow that comes up when thumbnails are clicked in the main gallery.

However, some questions:

How do I change the result of clicking on the image from next to return to thumbnails? <imageclick> seems to be the only option and nothing else works.

Also, I would like the description to be shown on cursor rollover when viewing an image in this slideshow module. I have set <imagepopinfo>. However, it only works when displaydescription is true. However, when that is the case, the description is also displayed above. It would be nice to have the Name above (as an image label) with the description on roll over...can that be done?

Many thanks...still having fun!! Great product.

Andrew

Posted: 08 Jan 2008, 14:00
by globetrotter
To go back to the thumbnails you have to edit slideshowimagevueconfig.ini:
Code
imageclick = closeslideshow
EDIT:
I think it is not possible what you want. It is only possible to have name + descriptions in the pop-up OR above the pictures.

For the name + descriptions in the popup, edit slideshowimagevueconfig.ini:
Code
imagepopinfo = name,description
displayposition = false
displaydescription = true