Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthormotz
    • CommentTimeFeb 7th 2009
     
    Hi,

    i would like to know how to regulate the time the slideshow switch between the pictures and if there is any plug in or something that allows the user to set the time once watching the slideshow

    Thanks!
    •  
      CommentAuthorsidtheduck
    • CommentTimeFeb 8th 2009 edited
     
    motz,

    So you want the users to be able to set the time, or you want to change the time for yourself? Basically, it's a setting in the 'slideshow.php' file of your theme directory. You need to look for this code:
    slides.timeout = 4000; which is in milliseconds (so my example is changing every 4 seconds). If you want a user to supply this time setting, you need to create an input box, pulldown, radio select, or button that will either dynamically change this setting (via javascript) or statically via a form (via the $_POST variable).
    •  
      CommentAuthormotz
    • CommentTimeFeb 8th 2009
     
    geez.... sid, thanks for the info! i will try to make it work (my coding skills are almost none xD)!