Sean
Forum Replies Created
-
Forum: Plugins
In reply to: [TPC! Memory Usage] Notification alerts mayhemHi Javier – did you ever find a solution for this? I’m having the same issue. Thanks.
Forum: Plugins
In reply to: [TPC! Memory Usage] Deleted plugin and still getting emails (!)Sorry to bump this – did anyone find a solution? I’m getting hammered with emails.
Forum: Plugins
In reply to: [Developer's Custom Fields] Any way to include the boxes on pages also?You’ve probably figured this out by now, but you can include any post type by including it in
scope
:slt_cf_register_box( array( 'type' => 'post', 'title' => 'Featured Project', 'id' => 'featured_project', 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'name' => 'featured_title', 'label' => 'Title', 'type' => 'text', 'scope' => array( 'page', 'post', 'my_custom_post_type'), 'capabilities' => array( 'edit_posts' ) ) ) ));
The full spec for
scope
is in the docsHello – sorry to bump this thread
@lumpysimon, did you ever find time to see if you could integrate the js from the WP-Tuts tutorial? I just checked it out again today, and took a look through the commented-out work on ‘cloning’ that Steve has done, but struggling to see how the two might be combined…
I’m working on a project where this would be so cool – although I’m realising what I might actually need it a repeatable box rather than field – so a new section with title/text/image could be repeated. I suppose if necessary it could just be a wysiwyg field…
Odd – it’s just not working. No date picker in the admin screen, and no date column in the events list. Can’t figure out why – none of the names clash.
Thanks for getting back so fast – I’m giving Simple Events a try.
I’ve installed and activated it, and already have a custom post type called ‘event’, but the date field is not showing up in the event screen.
I do already have a bunch of other custom fields registered for events (including one called ‘Date’, which I’ve just removed) – could that be causing a problem?
All sorted now – just updated back to 0.7.2, the files are there and it’s all working.
Thanks again for a brilliant plugin.
Just noticed the js folder in the 0.7.2 download only has the datepicker script in it, not any of the other scripts. Also the CSS folder is empty. Is that right?
If I revert to 0.7.1 the scripts are there and it actually seems to work fine again.
Still struggling – I’ve deactivated everything else and it’s still not working. Even if I replace 0.7.2 with 0.7.1 the file selector doesn’t work.
I’m using a child theme with Thematic, though there have been no changes on that front so don’t think the issue is there.
Oddly, it works fine in Chrome, but not in Firefox or Safari. Neither Chrome’s JavaScript console nor Firebug are throwing up any errors. It just seemed to suddenly stop working.
Great – I’ll get tinkering, and keep hoping for an official feature further down the line.