Jonathan Bardo
Forum Replies Created
-
Forum: Plugins
In reply to: [Date Range Filter] Filter custom post type for custom field value onlyNormally I would be glad to assist you but I honestly have a little too much on my plate at the moment. If you want to take a spin at it I can code review it quickly to help you.
Forum: Plugins
In reply to: [Date Range Filter] Filter custom post type for custom field value onlyHey,
I would seriously advise against doing a date comparison with post meta (could be really slow if you have a lot of events). What this plugin really does is to use date_query to filter post and you would have to do some custom manipulation to get to your desired output. It could be done though!
If I were you, I would extend this plugin with your own implementation of some of the methods. Please take a look at this article: https://jonathanbardo.com/2014/12/extending-a-wordpress-plugin-coded-as-a-class/
Forum: Plugins
In reply to: [Mentionable] Support for multiple words?Good question! Normally if you replace your space with an underscore, you can search for multiple words.
Forum: Plugins
In reply to: [Mentionable] @mentions in blog/post comments?That wasn’t the primary goal of this plugin. It could be done but I think it would be preferable as another plugin. Mentionable if mostly used to cross link content inside your blog and only available in the Wysiwyg.
Forum: Plugins
In reply to: [Mentionable] Extend to other types?Thanks for the feedback guys! I know P2 or O2 already have this kind of feature and I didn’t wanted to focus on that at first. Pull request welcomed on github!
Forum: Plugins
In reply to: [Date Range Filter] Posts are not filteredYou can mark this as resolved. Please be careful when new version come in as they may break your specific fix.
Forum: Plugins
In reply to: [Date Range Filter] Posts are not filteredSo actually I was saying that because we are using this exact version in production without any hiccups. Very strange…
Forum: Plugins
In reply to: [Date Range Filter] Posts are not filteredI’m gussing there is a conflict between this plugin and another one. Have you tried the plugin on a fresh install of WordPress to see if it works for you? Also, what browser are you using (I honestly only tested with Chrome latest).
Forum: Plugins
In reply to: [Date Range Filter] Date inputGlad you like it. Have a great day!
Forum: Plugins
In reply to: [Date Range Filter] Date inputIf you select “custom date range” from the dropdown, do you see the input appearing? If not, do you have any JavaScript error that appear in the browser console on your site?
Forum: Plugins
In reply to: [Force Featured Image] Does not work with WordPress 4.0Hey!
Thanks for reporting. I’ve updated the plugin for 4.1 recently and tested with the default post and everything seemed to work as expected.
The plugin only does validation when someone tries to publish a post and revert the post to draft if it doesn’t pass validation. Was this your expected behaviour?
Forum: Plugins
In reply to: [Date Range Filter] Blank Post ListHey!
Just a quick heads up that I someone else reported that a php file was missing from the www.ads-software.com repo and was present in github (where I do development). Can you try downloading v0.0.3 again and let me know if it works for you.
If not, please install from github.
Forum: Plugins
In reply to: [Date Range Filter] Missing files in WP repository versionFixed! I do development on github and it seems the script and push to svn was excluding this particular folder. It should be good now!
Forum: Plugins
In reply to: [Date Range Filter] Missing files in WP repository versionOh! Thanks for reporting this!
I’ll fix this ASAP!
Forum: Plugins
In reply to: [Date Range Filter] Blank Post ListYou got me confused here. I’m clearly missing something. I’ve tried this plugin in WordPress 4.1 and 4.0 on an empty install and I see nothing like it. The company where I work for currently has this plugin enabled on prod and running php 5.5 without any problems… and it got through the QA departement ;).
I’ll do some other tests this week-end to see if I can reproduce.
Thanks for reporting!