Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 2,964 total)
  • Author
    Posts
  • in reply to: Custom Post Type Relationships #272
    Steve
    Keymaster

    @jmcphail– Piklist does support cpt-to-cpt relationships… actually it supports relationships between cpts, taxonomies, users, etc.

    We are currently rewriting this piece to be even more powerful. It will be easy to set the relationship when registering the content type. On the front end, you will be able to use query_posts to grab the related content. For example:

    query_posts(array(
       'belongs_to' => $post->id
     );
    
    in reply to: PikList and theme customizer #267
    Steve
    Keymaster

    @kattagami– Piklist currently does not have Theme Customizer support. It’s something we should probably look at.

    in reply to: media upload #265
    Steve
    Keymaster

    @jason_lane– This is awesome! Good job with the Piklist plugin.

    You’ve shown just how easy it is to extend Piklist and add a new field type.

    Just an FYI: we are working on the media upload UI, but need to support attachment meta as well.

    in reply to: Bug in Custom Post Type Settings Tabs #260
    Steve
    Keymaster

    @jmcphail– Fixed in v0.6.6… now available on WP.org!

    in reply to: Bug in Custom Post Type Settings Tabs #259
    Steve
    Keymaster

    @jmcphail– Definitely a bug. We are working on a bunch of changes to settings this week. Will add this to the list.

    in reply to: Piklist and mu-plugins #257
    Steve
    Keymaster

    @kattagami– It’s a fine idea, and we’re working on making it a better experience for you. We’re also working on cleaning up notices.

    in reply to: Suggestion/Request: jQuery Tabs #245
    Steve
    Keymaster

    @jason_lane– Thanks for the suggestion. Piklist currently uses the WP Settings APi which doesn’t support jQuery UI Tabs. We think using the WP API makes the most sense and provides the most consistent user experience in WordPress.

    However….

    We’ll keep it on our list of possible additions because it’s an awesome idea!

    in reply to: media upload #244
    Steve
    Keymaster

    @jason_lane– Media upload works well for Post Meta, still working on getting Settings right. We have code for uploader, and we’re just discussing UI and also changes in WordPress 3.5.

    in reply to: Example Plugin? #240
    Steve
    Keymaster

    @Sarah– Post Type is listed in the docs, here.

    Let me know if we need to reference it somewhere else.

    in reply to: Example Plugin? #238
    Steve
    Keymaster

    @Sarah– Metaboxes, custom fields, settings, widgets, etc, all get generated by files placed in the Piklist folder structure

    in reply to: Bug in post/taxonomy label generation #236
    Steve
    Keymaster

    @Sarah– Yep… a bug.

    You have two choices:
    1) You can define your own labels the same way it’s done with register_taxonomy. Just include the $labels array in the Piklist function.

    2) Open pikist/includes/class-piklist.php and comment out line 57, which we will fix in next version.

    ,'/s$/i' => ""
    
    in reply to: Metabox values not saving with custom post type #232
    Steve
    Keymaster

    @jmcphail

    CORRECTION: Checker should be hooked to admin_init.

    in reply to: Example Plugin? #230
    Steve
    Keymaster

    @madysondesigns– Good to hear from you!

    There are two public plugins you can pick apart:
    1) WordPress Demos: in Piklist, check out the “add-ons” folder. The Piklist Demos plugin is in there. It’s a full functioning plugin, just placed inside Piklist.

    2) WordPress Helpers: Our super-awesome, super-helpful, WordPress Helpers plugin. Available at WordPress.org.

    Let me know if that helps.

    in reply to: Metabox values not saving with custom post type #228
    Steve
    Keymaster

    @jmcphail– Nice plugin! There are a few things that need to be done to get it working:
    1) Remove all SCOPE references: If you’re not trying to mix scopes (ie save a Taxonomy from within Post Meta) then you don’t need them. Piklist will use default values. If you want to use them, they should all be post_meta in your situation… none of the fields should just be post.

    2) Piklist Checker: The checker code needs to be hooked to the “init” function, I just updated the tutorial with new code.

    Also, we just release the updated version of the Piklist Checker, v0.2.0. You can download it here.

    in reply to: initial $value not set in radio.php #225
    Steve
    Keymaster

    @pers– Thanks for looking into this. We are aware of the issue, and we’re working on it. (it’s actually a bit larger than what we originally thought)

    Hope to have a fix soon.

Viewing 15 posts - 2,896 through 2,910 (of 2,964 total)