hi
i upgraded my zen photo to the latest version but the slideshow doesnt work
the required files are all there
in the album page, when view slideshow is submitted, it just returns to the same page. nothing happens after submitting the form.
in the image page, the view slideshow link is not there.
pls advise? thanks
Comments
and i just had my zen photo upgraded using simple script. it's in my host provider's feature
when i click view slideshow, nothing happens, it just goes back to the same page. but the required files are all there
And just to check: are the files inside your themes folder?
I don't know if the link works from within the album.php. Probably it does, but I used the link only in my image.php file.
I just finished adding the slideshow functionality to my own pages, and I must say (imho) it looks very nice: link to image page
@Jackdaw: The slideshow link is setup to work on both album.php and image.php
well, i dont see any link of view slideshow in my image.php, only in album.php.
and yes, i did enable the plugin but i did disable the flowplayer. and well, it doesnt work
in image.php did you manually add the view slideshow link code? because it doesnt appear in my image.php, only in album.php
@acrylian,: simple script just lets you fill up some details and it will install everything into your host. probably the host provider made this for their customers. hmmm would like a manual install but somehow.. ick.. ive done too much in my photo gallery, im looking at it to make it work without doing that tsk
if you want to check my photo gallery let me know, ill give you the url. you may be interested in checking the code generated
`<?php if (function_exists('printSlideShowLink')) printSlideShowLink(gettext('View Slideshow')); ?>`
That's all. Also the lines
`/slideshow.css" type="text/css" />
<?php printSlideShowJS(); ?>`
in the head section of the (custom) slideshow.php page.
@acrylian: ic... anyhow, i have no such luck again, guess ill try to dig some more and see if some other managed to make it work somehow
http://gallery.chitgoks.com
then, when you click on slideshow you go to this url .. http://url/page/slideshow
then nothing happens
the one that worked was /photo/index.php?p=slideshow&album=test
where in the zenphoto was installed in http://domain.com/photo
while the existing one that didnt work's action url was /trips/page/slideshow
where trips is the album name. could it be because my http://gallery.chitgoks.com is pointing to http://chitgoks.com/gallery and i created a subdomain to have it pointed to there? that the mod_rewrite messed things up?
anyone here managed to make it work with mod_rewrite enabled? i dont like urls to be in querystrings, but it doesnt make the slideshow work
I believe subdomains can cause a little trouble, I can't remember it right, probably sbillard will know.
coz it said the .htaccess used is the wrong version. pls advise
i just noticed there's a rating module here but it's not appearing. it only requires jquery right?
Generally only some plugins are already implemented. some you need to add yourself (the nature of optional...:-)), you'll find all information about them in our functions guide.