I can confirm this.
Opened an "issue"(ticket) on GitHub.
https://github.com/zenphoto/zenphoto/issues/587
Thanks I saw github (though can never understand all the tech stuff).
You've mentioned it happens with combinews feature but I havent enabled that on my zenpage theme.
The proper link should be:
http://www.outzeal.com/index.php?p=gallery&page=2
This error leaves out "p=gallery&"
Sometimes it happens and sometimes it doesnt.
Regarding the support build - is it a new one which caters for this issue? I just tried one last week.
regards
Well, I could only reproduce the issue with CombiNews enabled.
In this case the problem was caused by something else entirely.
I think the fix will also solve your issue.
The "support build" is the latest official release but with the latest bug fixes and enhancements. Changes are almost daily.
This fix is now in the support build.
So please try it.
https://github.com/zenphoto/zenphoto/archive/master.zip
That's why it is strongly advised to make a duplicate theme first and customize that one.
http://www.zenphoto.org/news/theming-tutorial#duplicating-cloning-a-theme-for-customizations
In this case you can just copy the themes/zenpage/functions.php file (from the support build) to your theme folder.
hi sorry for coming in late (away on my flight)
functions.php solved the issue, thanks however I've discovered something else i.e. When I create a database backup in the overview section by clicking on the backup/restore button, the backup file is created but at the same time all my theme settings are changed and comments deleted. I then have to restore to my old settings by using the restore command.
At the moment I am updating the zp-core folder from the support build. If it does not solve the problem, I'll open up a new issue.
regards
ok. with the latest support build it is corrected. thanks.
however i'll be grateful if you can confirm the functioning logic of the search feature:
From the gallery (http://www.outzeal.com) if you search for the word "mountain", it gives results.
Once you enter an album e.g. TREKKING (http://www.outzeal.com/index.php?album=trekking)
and then search for the word "mountain", it gives NO results.
Is this normal or some fault.
Thanks
Just for everyone's information:
When you are in an album your search is done on items that are contained in that album. This has nothing at all to do with the option you reference. That option states that the normal search [b]from search page results[/b] will be either a search of the results or a new search.
Quote:Default search sets how searches from search page results behave. The search will either be from within the results of the previous search or will be a fresh new search.
Of course you can override this behavior in your theme by passing the appropriate parameters to the function that prints the form, but I suspect that it will end up confusing your users.
Thanks for clarification, however I am still unclear about one thing.
In a gallery that has only the main albums (e.g. homepage) everything is searched.
From a gallery if you enter an album which has sub-albums in it:
The search feature searches within album description e.g. http://www.outzeal.com/index.php?album=trekking
And not within subalbum (thumbnail) description e.g. http://www.outzeal.com/index.php?album=trekking/photos
http://www.outzeal.com/index.php?album=trekking/photos/northern-areas-of-pakistan
To me point no 2 is causing the confusion i.e. why there is no search within the thumbnail description or for image decription when you are in an album that has sub-albums?
Regards
The search looks only at items that are part of the album. Items contained within subalbums do not fit that criteria.
From viewing your gallery it would appear that there are no images within any of the parent albums, so naturally they will be no images retrieved from searches in those albums.
You can, of course, alter this as I mentioned. Simply pass all the names of all the subalbums you wish to be searched.