![]() |
|
Next Image doesn't work correctly - 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: Next Image doesn't work correctly (/thread-1825.html) |
Next Image doesn't work correctly - Wally - 2007-11-17 Hi, Next Image doesn't work correctly - trisweb - 2007-11-17 Try cleaning up your database with the admin maintenance link "Refresh the Database". There's most likely a problem with the links there and garbage collection should fix it. I'll take a look at the next/prev code though and see what's causing it, because it still shouldn't be a problem even if the database doesn't back the files in the album... Next Image doesn't work correctly - Wally - 2007-11-18 Hi, Next Image doesn't work correctly - sbillard - 2007-11-18 can you provide us with a url so we can take a look? Next Image doesn't work correctly - Wally - 2007-11-18 http://87.230.19.35/testordner/zenphoto/ choose "test" gallery Next Image doesn't work correctly - aitf311 - 2007-11-18 Looks like if you click on anything after the 2nd image on albums.php then clicking next on image.php takes you to the 2nd image and then 3rd and so on. I get the same result in my test album using testing-js theme also. Next Image doesn't work correctly - Wally - 2007-11-18 well, I'm not really into php (yet ) and I don't have any clue why it doesn't work the way it's supposed to be, hope someone can support me with a solution soon Next Image doesn't work correctly - aitf311 - 2007-11-18 Can you detail the problem in the ticket tracker here: http://www.zenphoto.org/trac/newticket Next Image doesn't work correctly - Wally - 2007-11-18 no, it states that I need extra "privileges" to do this Next Image doesn't work correctly - teedog - 2007-11-18 Wally: I think you need to register on Trac (separate from the forums here) in order to create a new ticket. Next Image doesn't work correctly - trisweb - 2007-11-18 Wally -- you're using an experimental theme that doesn't actually work yet... The JS image transition works, but the next/previous between images has not yet been implemented. If you take a look and perhaps try it, you might realize how difficult it is. This is why the theme is called Testing-JS. This problem you describe: "Only if I selected Picture 1 first, there is no problem." this is exactly how it is currently implemented - it cannot yet know which image you are on because it does not reload the page (though it is possible using anchor links and javascript, and will eventually be done). Please refrain from using the Testing-JS theme until it's ready. I will remove it from the release to avoid confusion. Sorry for that. |