Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 2,964 total)
  • Author
    Posts
  • in reply to: Already have taxonomy, just want checkboxes #3713
    Steve
    Keymaster
    in reply to: Already have taxonomy, just want checkboxes #3711
    Steve
    Keymaster

    @brinster Welcome to the Piklist community!

    You need to tell WordPress you don’t want to show the default meta box.

    Pass false to meta_box_cb. You can learn more here.

    in reply to: Group fields – columns #3708
    Steve
    Keymaster

    Yes. You can make your own and define it that way. But Piklist already has a field template for what you what.

    'template'=> 'field'

    in reply to: Group fields – columns #3706
    Steve
    Keymaster

    As @jcrist mentioned you can use the template parameter.

    'template' => 'field'

    in reply to: tiny typo #3686
    Steve
    Keymaster

    Fixed in v1.6.1. Thanks!

    in reply to: Bug Grouped field conditions #3685
    Steve
    Keymaster

    @leonardotessaro– Thanks for the fix! We’ll review.

    in reply to: group field #3684
    Steve
    Keymaster

    I believe the custom fields metabox only shows text-type values. When you saved the field with your original configuration it was saving as an array. With the configuration I suggested you should see the data in the custom fields meta box.

    in reply to: Conditional Meta Boxes split into several files #3680
    Steve
    Keymaster

    @tcarney– Welcome to the Piklist community!

    Currently, this is not possible. Here are a few ideas:

    1)) Use the Piklist Workflow system. They choose options on one Workflow tab, and then the second Workflow tab displays them using standard PHP conditions.

    2) Let the condition show a message that tells the users to save the page, and then display the meta boxes using standard PHP conditions.

    Let us know if you need help with either of these.

    in reply to: group field #3679
    Steve
    Keymaster

    @ndbe– Welcome to the Piklist community!

    1) When you set the field (i.e. 'field' => 'test_field') in a group field, you are telling Piklist you want the other fields to be placed in an array of the main field. Yes… that sounds pretty tricky. The easiest thing to do is just remove 'field' => 'test_field', and you should be able to get the other fields using get_post_meta as individual fields.

    2) Your metabox doesn’t look standard because you turned that feature off. In the comment block you set Meta box: false. Just remove that and all will be good.

    Let us know if you need any more help

    in reply to: Display custom post content and metadata on admin page #3676
    Steve
    Keymaster

    @vgrch– Welcome to the Piklist community!

    Glad you were able to solve your issue. Piklist does everything the WordPress way so getting meta created by Piklist is the same as getting standard meta.

    Closing this ticket.

    in reply to: add_more Field not Saving after Update Post #3673
    Steve
    Keymaster

    @svengraziani– Welcome to the Piklist community!

    I tested your code with a simple choices array, since I didn’t have $cct_select and $modules_select, and it worked fine for me. I’m guessing the arrays you are passing through for the choices is not setup correctly. Feel free to post that code and we’ll get it working for you.

    in reply to: How are post relationships stored? #3668
    Steve
    Keymaster

    @church– Piklist creates a custom table for this: wp_piklist_cpt_relate. I suggest basing your code off our standard relate field.

    in reply to: PikList_Meta::get_metadata() Slowing down site #3665
    Steve
    Keymaster

    @spitfire

    If you go to Piklist Settings you can manually activate the meta query improvements. We would be curious what you thought.

    in reply to: Select box for custom post type #3663
    Steve
    Keymaster

    Great. Closing ticket.

    in reply to: Creating custom field types #3662
    Steve
    Keymaster

    @church– Welcome to the Piklist community!

    I just emailed you our latest beta and instructions on how to create your own field. Let us know how that works for you.

Viewing 15 posts - 1,786 through 1,800 (of 2,964 total)