gwark
Forum Replies Created
-
Thanks for the response – this was one of a couple of things that happened, and as it turned out they were both related. PHP had previously been running under my user, and when I upgraded it was running as nobody. Once I moved the new version to run under my username, the issues resolved.
Thanks!
Matt
I had the same problem, and it was fixed the same way, but the problem came back when I adjusted the settings to how I wanted them. Further investigation revealed that problem seems to be when I change the sort direction from Ascending to Descending (after first switching the default sort method Date/Time – though that in itself to cause the problem).
With 2.0.7 it looks like things work if I convert the spaces to -, so I’ve done that for now, though ideally it would work with the tags directly.
[nggtags gallery="Mallard,Trumpeter-Swan,Merlin"]
results in only the Trumpeter Swan photos showing up. if I do
[nggtags gallery="Trumpeter-Swan"]
it doesn’t work (the big mess of images shows up again).
Thanks for the help!
In that case, the photos for Mallard and Merlin come up, but not for Trumpeter Swan.
I just downloaded and installed 2.3.3 and the filtering problem appears to be fixed. Thanks for taking care of this so quickly!
Forum: Plugins
In reply to: Auto Queue and Post Every X HoursThe time-release has related functionality, and it may be possible to modify it to meet your needs (at least the initial basic ones).
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] picture listThanks for the response. If I’m understanding your suggestion, it probably would do most of what I want, but I’m not finding the documentation for that option, and my attempts to use it:
[nggallery id=555,imagelist=7893,7894,7895]
and
[nggallery id=555,image list=7893,7894,7895](where 555 is the gallery ID, and 789X are the picture IDs I want)
just reproduced the entire gallery,not the subset of images.
The only other thing would be the ability to combine images from multiple galleries by image ID.
Forum: Fixing WordPress
In reply to: wp_list_pages slow on upgradeThank you, I would appreciate some help.
The top of the heirarchy is at
https://www.sitkanature.org/life/Right now I’m just using wp_list_pages() one level deep on that top page (for some reason it seems to go faster on lower levels, even when there are still a lot of children).
There are a couple of things I would like to do. Most importantly, I would like to be able to show all the children of the current page. Right now that seems to work (in varying degress of slowness) for all but the top level just using wp_list_pages().
The second thing I would like to do is be able to include only pages with a certain custom field. In this case, the pages are informational pages on species in my area. Ideally I would like to pull up all the children of the current page which I consider Documented (which I indicate in a custom field). One wrinkle to this is that it would also be helpful to include their parents up to the current page (as the parents are are higher groupings, I don’t consider them documented, or not, though I suppose I could, if that would make things easier).
Thanks