![]() |
|
slideshow doesnt work - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: slideshow doesnt work (/thread-3188.html) Pages:
1
2
|
slideshow doesnt work - chitgoks - 2008-06-28 hi 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 slideshow doesnt work - acrylian - 2008-06-28 What theme? Also please try the nightly build, there has been some work on the slideshow recently. slideshow doesnt work - chitgoks - 2008-06-28 hi acrylian, stop design theme when i click view slideshow, nothing happens, it just goes back to the same page. but the required files are all there slideshow doesnt work - jackdaw - 2008-06-28 Did you also enable the plugin? I forgot that myself I just finished adding the slideshow functionality to my own pages, and I must say (imho) it looks very nice: link to image page slideshow doesnt work - acrylian - 2008-06-28 @chitgok: I don't know simple script, there might be something missing. I would like to suggest a manual install.. @Jackdaw: The slideshow link is setup to work on both album.php and image.php slideshow doesnt work - chitgoks - 2008-06-29 @jackdaw, it should look like i saw the png file myself and the player ui looks good. 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 slideshow doesnt work - chitgoks - 2008-06-29 by the way, i noticed my php file doesnt have the function printslideshow(true). only the printslideshowlink(text) was there, so i guess naturally since the form action is url/page/slideshow, it returns back to the same page without showing the images as a slideshow. should i add something else here? pls advise. thanks slideshow doesnt work - jackdaw - 2008-06-29 This is the code in my image.php file, which I copied from the default theme: `` That's all. Also the lines ` slideshow doesnt work - acrylian - 2008-06-29 chitgoks: If you use any of the included standard theme, they all should have the slideshow link on album.php (only if there are images of course) and image.php, if the slideshow is enabled. slideshow doesnt work - chitgoks - 2008-06-30 @jackdaw: yeah i have that code @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 slideshow doesnt work - chitgoks - 2008-06-30 this is my photo gallery. maybe anyone here has an idea why then, when you click on slideshow you go to this url .. http://url/page/slideshow then nothing happens slideshow doesnt work - acrylian - 2008-06-30 Yes, I see it, but I have currently no idea, why since I can't reproduce it. Could you please try the nightly? slideshow doesnt work - chitgoks - 2008-06-30 hmm ok.. if i create a new one from nightly, would transferring all the photos to the album folder not give any problems in the database? just wondrin in advance. thanks slideshow doesnt work - chitgoks - 2008-06-30 i installed a fresh copy and it worked. though i noticed the different of their action URLs. 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? slideshow doesnt work - chitgoks - 2008-06-30 @acrylian: i was right. the slideshow didnt work when i had mod_rewrite enabled. 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 slideshow doesnt work - acrylian - 2008-06-30 Good, at least it works. Maybe you could try to set the paths within the zp-core/zp-config.php file manually (at the bottom uncomment the both lines I believe subdomains can cause a little trouble, I can't remember it right, probably sbillard will know. slideshow doesnt work - sbillard - 2008-06-30 Subdomains are no problem. Also it works with mod_rewrite. Perhaps as acrylian mentions you need to fix the path defines. slideshow doesnt work - chitgoks - 2008-06-30 didnt work though. and i noticed , when the config was ran, it told me .htaccess is wrong version, that i should use the one that is with zenphoto? but i dont see any .htaccess within the package. pls advise coz it said the .htaccess used is the wrong version. pls advise slideshow doesnt work - sbillard - 2008-06-30 You operating system probably has certain files "hidden". You need to make system files visible so you can see the .htaccess file that is part of the zenphoto distribution. That is the file you need to upload. Once you do, be sure to run setup.php again. slideshow doesnt work - chitgoks - 2008-07-01 thanks. it's working now i just noticed there's a rating module here but it's not appearing. it only requires jquery right? |