Search…

X3 Photo Gallery Support Forums

Search…
 
dphil
Topic Author
Posts: 2
Joined: 26 Jan 2007, 11:46

Maincontrols-9buttons

26 Jan 2007, 12:18

Hello everyone,
If you go to this URL: https://www.photo.gallery/imagevue/slideshow.php
you can see 9 buttons. :shock:
In slideshowconfig.ini
[CONTROLS]
maincontrols = select,previous,next,toggleplay,sfx,window,popup,download
So only 8 buttons possible.
My question is: How to add this ninth button for adding information (tooltip).
Thanks for your help.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

26 Jan 2007, 12:42

For the buttons:
Code
maincontrols = select,previous,next,toggleplay,sfx,window,popup,download,customdata
and for the tooltipinfo:
Code
customdata = "<b>Lazy Blue Ladies Template</b><br><br>This demo showcases the default provided slideshow template. A Template generally consists of a configuration file and a background image. Audio files and images are not provided.<br><br><b>Keycontrols:<br>[arrowright]</b> Next image<br><b>[arrowleft]</b> Previous image<br><b>[arrowup]</b> Play slideshow<br><b>[arrowdown]</b> Stop slideshow<br><b>[plus]</b> Increase interval<br><b>[minus]</b> Decrease interval<br><br>This button can be removed, or you can add your own gallery information along with a link.<br><br><b>info@www.photo.gallery</b>"

customdatalink = mailto:info@www.photo.gallery
Rene
http://www.globetrotternet.nl/
 
dphil
Topic Author
Posts: 2
Joined: 26 Jan 2007, 11:46

26 Jan 2007, 14:23

globetrotter wrote:For the buttons:
Code
maincontrols = select,previous,next,toggleplay,sfx,window,popup,download,customdata
and for the tooltipinfo:
Code
customdata = "<b>Lazy Blue Ladies Template</b><br><br>This demo showcases the default provided slideshow template. A Template generally consists of a configuration file and a background image. Audio files and images are not provided.<br><br><b>Keycontrols:<br>[arrowright]</b> Next image<br><b>[arrowleft]</b> Previous image<br><b>[arrowup]</b> Play slideshow<br><b>[arrowdown]</b> Stop slideshow<br><b>[plus]</b> Increase interval<br><b>[minus]</b> Decrease interval<br><br>This button can be removed, or you can add your own gallery information along with a link.<br><br><b>info@www.photo.gallery</b>"

customdatalink = mailto:info@www.photo.gallery
Many thanks.

Before I post, I tried to put customdata only in slideshowconfig.ini :cry:
After your reply, I put customdata in the 3 slideshow(files).ini
slideshowconfig.ini slideshowimagevueconfig.ini slideshowpopupconfig.ini
Now it works. :lol:
For information I try to put customdata only in slideshowimagevueconfig.ini
and it works also. So I conclude that it's not necessary to put customdata in
the two others slideshow(files).ini slideshowconfig.ini slideshowpopupconfig.ini
That's right?
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

27 Jan 2007, 05:37

Hi dphil,

The 3 config files are used for different parts of imagevue:
- slideshowimagevueconfig.ini is used for the slideshow which is started from the thumbnail gallery.
- slideshowconfig.ini is for the slideshow which can be started without the thumbnails: https://www.photo.gallery/imagevue/slideshow.php
- slideshowpopupconfig.ini is used for the slideshow which is shown in a popup screen, like the example on the Imagevuex site: https://www.photo.gallery/
Rene
http://www.globetrotternet.nl/