Forum Replies Created

Viewing 15 posts - 106 through 120 (of 122 total)
  • Author
    Posts
  • in reply to: Bulk Edit #385
    Kevin
    Keymaster

    @txhorselady-

    We have a plugin in-progress for this, what were you thinking specifically?

    Thanks,

    Kevin

    in reply to: Custom Fields in User Profile #383
    Kevin
    Keymaster

    @roland-

    1. Yes, we plan on releasing the next version tomorrow which does include this and will help with #2.
    2. This is possible, however it’s not so much a piklist thing as it is hooking into the update of a user and setting this as meta based on who/what they are. If you need any help or pointers here let us know, we are happy to help.

    Thanks,

    Kevin

    Actions to check out:

    show_user_profile
    edit_user_profile
    personal_options_update
    edit_user_profile_update

    in reply to: add extra choice to 'select' #382
    Kevin
    Keymaster

    Hi Guys-

    I do the same thing, however one thing to keep in mind is that the above method won’t work on all server setups. I usually try and stick with array_splice and array_push for these types of things just to be on the safe side πŸ™‚

    Thanks,

    Kevin

    in reply to: Front End Forms #362
    Kevin
    Keymaster

    @c2foryou-

    We do have this and are wrapping up a few things in the next release so we can then release front-end forms (they do much more than just inputting data ;). What were you looking to do?

    Thanks,

    Kevin

    in reply to: dynamic tabs #338
    Kevin
    Keymaster

    @sschat-

    In regards to fields it may already be possible, what are you trying to do there?

    Thanks,

    Kevin

    in reply to: Bug: display AddMore #337
    Kevin
    Keymaster

    @kattagami-

    Thank you for your patience while we looked into this. At first we couldn’t recreate the problem, however today we found the exact steps to recreate it and it is indeed a bug with the add more javascript, we are working on this today and hope to have it patched for you tomorrow.

    Thanks,

    Kevin

    in reply to: Conditions in 0.6.6 #317
    Kevin
    Keymaster

    @Daniel MΓ©nard–

    It’s worth the wait, it’s a HUGE release πŸ˜‰

    Kevin

    PS Conditionals are part of the release

    Kevin
    Keymaster

    @kattagami-

    Thanks for the great mockups, these are great and really look inline with the default admin styling which is very important to us. Stay tuned for some of these updates in upcoming versions of PikList.

    Thanks,

    Kevin

    in reply to: Suggestion: Be able to add metaboxes field to a specific page #303
    Kevin
    Keymaster

    Thanks for the great ideas guys, I think am am really excited about the page template idea. I would love to see meta boxes respond to the select box changing… this has been put on our radar πŸ˜‰

    I will also be adding some filters to these sections to allow deeper customizations on not only how meta boxes are rendered but settings/term meta/user meta/media meta as well.

    More to come,

    Kevin

    in reply to: media upload #302
    Kevin
    Keymaster

    @jason_lane-

    Thanks for the fantastic idea and implementation. We are working on the upload field in great detail this week and will be taking some notes from your code and suggestions.

    Thanks for your work!

    Kevin

    in reply to: Remove Demo Data #130
    Kevin
    Keymaster

    @ehoanshelt – Thanks, I actually ran into this one today as well when there is only one add-on… you can also just remove the option called ‘piklist’ from the options table.

    Thanks,

    Kevin

    in reply to: Setting up taxonomy to display on post editor #120
    Kevin
    Keymaster

    Of course πŸ™‚

    ‘choices’ => piklist(get_terms(‘specialty’), array(‘slug’, ‘name’))

    The piklist function works like wp_list_pluck when you pass an object or array as the first parameter and an array containing the key or key/value pair you want to pluck as the second parameter.

    Let us know if you need anything else.

    Thanks,

    Kevin

    in reply to: new install w/ errors #119
    Kevin
    Keymaster

    Hi mikel-

    Thanks for the heads up, we are working on some final changes in this section and will get all those notices out of there once we do… we don’t like seeing them either πŸ˜‰

    Thanks,

    Kevin

    in reply to: Issues with creating post type #114
    Kevin
    Keymaster

    Great question and so happy to hear you ask πŸ™‚ We actually finished the tab system in WordPress so you can use it in your meta boxes. Check out the following file in the demo add-on for an example of how to use it and let me know if you have any questions (you just need to use the markup, everything else is automatic).

    piklist/add-ons/piklist-demos/parts/shared/meta-field-welcome.php

    Thanks,

    Kevin

    in reply to: Issues with creating post type #112
    Kevin
    Keymaster

    Hi ehoanshelt-

    It looks like all you were missing was a closing ) on your meta-box field. I have updated the to pastebin’s and posted the links below. They are working and you should be able to just cut and paste. Let me know if you run into anything else.

    http://pastebin.com/AGzEdQ6w
    http://pastebin.com/wXP0rDpB

    Thanks,

    Kevin

    PS. I added ‘position’ to your field so its wrapped in the correct template (this feature will be easier in a forthcoming release πŸ˜‰

Viewing 15 posts - 106 through 120 (of 122 total)