webmoxie
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Show Single Month List ViewBumping this to the top
Forum: Plugins
In reply to: [Participants Database] Complex search with checkboxesI did have the search form, but this new code for the page template works great. Thank you so much for all of your (incredibly speedy) help!!!
Forum: Plugins
In reply to: [Participants Database] Complex search with checkboxesThis (as of yet) isn’t working for me – it doesn’t filter anything at all. Do you have any more advice for using the code you supplied?
My other thought was, could I have unchecked boxes return some kind of wildcard? As in, if Field1 is checked and Field2 is unchecked, it would return filter=”field1=value&field2=*”, the * meaning anything, so that it would return all entries where field1 equaled the value, and field2 equaled anything at all (even a null value).
Forum: Plugins
In reply to: [Participants Database] Complex search with checkboxesMy other thought is that the unchecked field could return some kind of wildcard, so that if unchecked, that field’s value can be anything. Is there a way I could do this?
Forum: Plugins
In reply to: [Participants Database] Making an unchecked checkbox return emptyWhat I mean by empty is basically something like <td></td>, so that there is nothing (not even empty space) in between the opening and closing tags. I want that so that I can call td:empty in the css.
How would I go about skipping my empty fields in a template?
Thank you so much for your help and speedy response!
Forum: Fixing WordPress
In reply to: Make custom fields link to posts w/ same custom field values?Is there a way I can do this without creating another template for custom field loop pages?