Martin Young (dmwmartin)
Forum Replies Created
-
Amazing, thanks Paul. Tested on both servers and can confirm the patch works.
I’d like to add my support for this feature request!
I’m currently using the plugin to power a job listing site and at the moment the client needs to manually delete and reimport feed items on a partner site each time a new job is published (thankfully there aren’t many just now!). This option would make it so much easier.
Forum: Plugins
In reply to: [WP Easy Columns] Is Easy Column really compatible with WP 3.6.1?Hi Pat
You may have already got to this but, if not, I wanted to pitch in with a fix for the has_cap notice.
In easy-columns.php, line 443, replace
add_options_page('Easy Columns Options', 'Easy Columns', 8, basename(__FILE__), array(&$this, 'handle_options'));
with this:
add_options_page('Easy Columns Options', 'Easy Columns', 'manage_options', basename(__FILE__), array(&$this, 'handle_options'));
To allow only administrators to view the options page (should also work on multisite).
On the front end, I’m getting this:
Notice: Undefined property: EasyColumns::$use_custom in ***/wp-content/plugins/easy-columns/easy-columns.php on line 228
But I’m not entirely sure how to fix that one sorry! Also, as it’s a notice, I’m not too concerned about fixing it before the site launches, always like to fix deprecation notices though.
Martin
Forum: Meetups
In reply to: UK meet – GeneralThere are quite a few local WordPress meetup groups in the UK, all of which are listed on the WordCampUK wiki.
@tcbarrett – thanks for sharing the photos ??