[SOLVED] Slideshow not work..

BenHurVossey

Joined: 2004-07-30
Posts: 8
Posted: Sun, 2004-12-05 10:40

Hi all,

This morning i installed the last Gallery v2. (from the CVS)
( Slideshow 0.8.2 installed)

Under Firefiox 1.0, slideshow don't work and under IE 6.0 (sp2) too.

With the plugin Web Developper, i can see errors in javascript :

Erreur : slide_view_start is not defined
Fichier Source : http://mywebsite.com/gallery2/main.php?g2_view=slideshow:Slideshow&g2_itemId=5024
Ligne : 1232

Erreur : missing : in conditional expression
Fichier Source : http://mywebsite.com/gallery2/main.php?g2_view=slideshow:Slideshow&g2_itemId=5024
Ligne : 1086, Colonne : 60
Code Source :
spanText.innerHTML = bShowText ? 'Cacher le supplément d'information'

Thanks for all your work.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2004-12-07 06:39

Would you please file this as a bug on the sf.net projects page? Thanks!

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2004-12-07 16:05

include info about your environment and steps to reproduce (how many items and what kinds of items are in the album you're viewing?).. i'm not seeing the problem

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2004-12-07 23:07

BenHurVossey PMed me some more info.. turns out the french translation has a ' character in a string that is used in javascript, creating a syntax error. i've fixed it.
update from cvs or get tomorrow's nightly snapshot and it should work.

 
BenHurVossey

Joined: 2004-07-30
Posts: 8
Posted: Thu, 2004-12-09 12:58

Thanks for all.
Now slideshow works.

Thanks.