![]() |
|
Dynamic Album Update Fails - 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: Dynamic Album Update Fails (/thread-9710.html) |
Dynamic Album Update Fails - DerCommodore - 2012-02-28 First of all great software. Saved me a lot of work so far. I created a dynamic album for a tag. Works fine. So I thought it's maybe a cache problem. No. What am I missing? Zenphoto version 1.4.2.1 [9138] Dynamic Album Update Fails - acrylian - 2012-02-28 If you use the static html cache plugin you need to clear that cache as well. Also don't forget to clear your browser's cache. Dynamic Album Update Fails - DerCommodore - 2012-02-28 The static html cache was the problem ... Thanks a lot. Dynamic Album Update Fails - DerCommodore - 2012-02-28 One more question regarding this topic: Because I want them to use like "normal" Albums but they were treated in the index.php template and failed somehow at the loop while (next_album()): ?>
` But the result looks like: ` All the other albums work fine. Dynamic Album Update Fails - DerCommodore - 2012-02-28 Never mind. UPDATE: No just works only for the search .... not for the display process.. HELP again Dynamic Album Update Fails - acrylian - 2012-02-28 Look at album.php. Dynamic Album Update Fails - sbillard - 2012-02-28 Dynamic albums work just like normal albums so far as a theme is concerned. They are displayed by the album.php script. If you want to have special formatting for them you will have to assign an "album" theme to the dynamic album. If you want to do just a few things differently if it is a dynamic album you can test Dynamic Album Update Fails - acrylian - 2012-02-29 Or alternative to album themes use the multiple_layouts plugin. |