Forum Replies Created

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

    Do you have any PUBLISHED posts with my_model?

    in reply to: Custom Post Type Relationships #962
    Steve
    Keymaster

    Changing the SCOPE will allow you to change the post type. If you change it to 'scope' => 'piklist_demo' you should see any Published posts from the Piklist Demo CPT.

    in reply to: Custom Post Type Relationships #959
    Steve
    Keymaster

    @chrisbenGrab the beta from trunk, and activate Piklist Demos. The relationship box is shown there. You can use the code for your own project.

    in reply to: Adding new roles. #953
    Steve
    Keymaster

    Hey Marcus– You can just add Roles the normal WordPress way, and they will show up in the list.

    Also, we would love to see your code. Always great to see what the community has built.

    in reply to: Upload field #944
    Steve
    Keymaster

    Just a few hours late 😉

    v0.8.0b2 is out >

    in reply to: Upload field #937
    Steve
    Keymaster

    marcus– This tweet may excite you:

    in reply to: Wishlist Item: icon/icon_url for CPTs #935
    Steve
    Keymaster

    The correct code will be added in the next version.

    Adding Menu and Page icons is pretty easy:

    MENU ICON:
    When you register a post type, include the menu_icon parameter with a path. Here’s the path to an image in Piklist.
    'menu_icon' => plugins_url('piklist/parts/img/piklist-icon.png')

    PAGE ICON:
    This is all CSS. To add it to the Piklist Demos, we would add this to our piklist-admin.css file:

    #icon-edit.icon32-posts-piklist_demo { 
      background-image: url('../img/piklist-page-icon-32.png');
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    You need to target: #icon-edit.icon32-posts-[your post type].

    in reply to: Bug: Redundant Assignment #934
    Steve
    Keymaster

    Thanks. Will be removed in the next version.

    in reply to: Wishlist Item: icon/icon_url for CPTs #931
    Steve
    Keymaster

    This is supported. Check out the Piklist Demo included with Piklist.

    in reply to: Piklist 0.8.0b1 Add-ones Demo List Table not found? #927
    Steve
    Keymaster

    @kenTry downloading again. It should be fixed now.

    in reply to: Piklist 0.8.0b1 is live! #911
    Steve
    Keymaster

    No. If you have want to submit code please email us a SVN patch.

    in reply to: Contextual Help Tabs #910
    Steve
    Keymaster

    @jamescampbell– Have you taken a look at how Piklist implements help? Not much different then you describe, but we have a few other parameters:

    <?php
    /*
    Title: Piklist Demos
    Capability: manage_options
    Page: piklist_demo,piklist_demo_page_piklist_demo_fields,profile
    */
    ?>
    
    <p>
      <?php _e('The Piklist Demos post type is designed to show off Piklist features, test them, and demonstrate how to use them.', 'piklist');?>
    </p>
    in reply to: Problem in WP 3.5.2 – Media Library #906
    Steve
    Keymaster
    in reply to: Piklist bug… 3.5.2 of WP #903
    Steve
    Keymaster

    Great. Closing this ticket.

    in reply to: Piklist bug… 3.5.2 of WP #899
    Steve
    Keymaster

    Please change line 32 in C:\html\master\personal\ssgnewwp\wp-content\plugins\piklist\parts\shared\admin-page.php to:

    <a class="nav-tab <?php echo (isset($tab['page']) && (isset($_REQUEST['tab'])) == $tab['page']) || (!isset($_REQUEST['tab']) && !isset($tab['page'])) ? 'nav-tab-active' : null; ?>" href="?<?php echo http_build_query(array_filter($url)); ?>">

    Let me know if that works

Viewing 15 posts - 2,701 through 2,715 (of 2,964 total)