![]() |
|
Search function not working online on a specific theme - 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: Search function not working online on a specific theme (/thread-10689.html) |
Search function not working online on a specific theme - tosca - 2013-01-01 I've been searching for days, checking all the options, comparing the sources, etc. and could not find the solution:
It's not a cookie problem, as it works fine with other themes. Apart from different versions of PHP (5.4.6 vs 5.4.9) and MySQL (5.0.90 vs 5.5.28) I cannot see any difference between the two installations. There might be some context parameter or whatever that might go AWOL when certain conditions are met, but I don't know what to seek for. Could somebody give me some clue, so I can make some progress in the right direction? Thanks for helping. Search function not working online on a specific theme - tosca - 2013-01-01 Just in case someone would like to try the online gallery (still in development) here is the link: http://www.marie-noelle-augendre.com/zenphoto/ Search function not working online on a specific theme - sbillard - 2013-01-01 With the current releases there is a discontinuity between an image and its "album". The link to an acutal image uses the real album name and image name, so the dynamic album is disassociated with the image at that point Much of Zenphoto is aware of this issue and compensates. (For instance breadcrumbs.) but there are still ways you can get to the image bypassing these compensations. This is something that we are working to fix, but those changes are in the 1.4.5 development stream and may not be complete yet. We welcome your trying this development branch and providing your feeback. It is available as the1.4.5 branch on GitHub. Please see if that branch resolves your problems. Search function not working online on a specific theme - acrylian - 2013-01-01 As a workaround for the current release it would also be possible to attach a query containing the dynamic album name to the url to manually setup the dynamic album context. Search function not working online on a specific theme - tosca - 2013-01-01 I installed the 1.4.5 branch on my local gallery and did some tests. I first noticed something curious with the zmMasonry (it's the theme I started from to develop my own) : when browsing a dynamic album or a search results, the navigation is OK when I use the previous/next links in the sidebar (image page), but there is something wrong with the thumbnails (paged_thumbs_nav) under the image:
Same problem with the ZenPage theme when using a dynamic album, but I couldn't try the search are the tags are not displayed anywhere, and the search function returns nothing whatever I tried. So the problem seems to be related to the page_thumbs_nav feature, and it remains in the 1.4.5 branch. acrylian, could you give some details about what have to be done to make that workaround? What should be added to the URL, and how? Thanks for your help. Search function not working online on a specific theme - acrylian - 2013-01-01 I am not familiar with the 1.4.5 changes in detail, but in any case image of an dynamic album remain in their real album. Even the url reflects that (unless that has been changed in 1.4.5). There needs a context to be set. I am not familiar with zpMasonry and how it uses paged_thumbs_nav. Might be that that plugin misses support for dynamic albums at all. Haven't looked at it in ages actually. The workaround I spoke of is a bit more complicated. You can technially setup the album context as with any other album using: But you would have to add something like "dynalb=" to the url so you know the album to setup. |