Forum Replies Created

Viewing 15 posts - 76 through 90 (of 122 total)
  • Author
    Posts
  • in reply to: Field simply not showing up! #1228
    Kevin
    Keymaster

    Marcus nailed it. When you save something in the scope of ‘post_meta’ it is saved on the meta table against the post in context and that meta needs to be pulled with a built in helper functions from either WordPress or Piklist.

    Thanks,

    Kevin

    in reply to: Add more groups not saving on settings pages #1128
    Kevin
    Keymaster

    @obisean-

    Can you post your code? This works for us as far as we have tested.

    Thanks,

    Kevin

    in reply to: New post with tabs #1126
    Kevin
    Keymaster

    Thanks for the detailed feedback, I will make sure this is addressed in the next version.

    Kevin

    in reply to: add_more fields edit broken in 0.8 b5 #1125
    Kevin
    Keymaster

    @chrisben-

    Good points, if you only knew how many conversations we have had on this subject 😉 We want this to be insanely flexible but just as easy as well. That being said can you post some code examples of what you like and don’t like so we can wrap our heads around the issue? We would like to make sure that if there are even more ways to improve this that we do just that before we launch the production version.

    Thanks,

    Kevin

    in reply to: New post with tabs #1118
    Kevin
    Keymaster

    Hi Ken-

    We fixed quite a bit, what exactly are you having problems with?

    Thanks,

    Kevin

    in reply to: Toggle value with one checkbox? #1088
    Kevin
    Keymaster

    This is fixed in the upcoming release, it was a fun bug 😉

    in reply to: Custom Form Processing #1004
    Kevin
    Keymaster

    Thanks!

    We are adding in some hooks into the form save method on the next version but regardless is sounds like you want to bypass that. So you can actually just hook into template_redirect to process your form or something around that execution point.

    add_action(‘template_redirect’, ‘your_method);

    Here is how we check the nonce in the code at the moment and you can use this in your method as well

    isset($_REQUEST[piklist::$prefix][‘nonce’]) && wp_verify_nonce($_REQUEST[piklist::$prefix][‘nonce’], plugin_basename(piklist::$paths[‘piklist’] . ‘/piklist.php’)

    Let us know if you have any more questions.

    Thanks,

    Kevin

    in reply to: 0.8 beta 2 – wordpress 3.6 – javascript errors #974
    Kevin
    Keymaster

    Hi Atomworks-

    Thanks for the catch, I will look into it asap. This is from the new upload fields we released in the last version of the trunk and is proving to be a little more than tricky 🙂 I will post and update here as soon as I have one.

    Thanks again!

    Kevin

    in reply to: Fail to create custom meta boxes for simple plugin #950
    Kevin
    Keymaster

    Make sure you put this in the comment block of your plugin:

    Plugin Type: Piklist

    Thanks,

    Kevin

    in reply to: Piklist 0.8.0 Beta 2 – Issues/Fixes #949
    Kevin
    Keymaster

    Hi Marcus-

    Thanks for the feedback, we have added in the windows adjustment. As for add-mores, we are currently still working out some kinks and hope to have them more stable in the next update.

    Thanks,

    Kevin

    in reply to: Upload field #942
    Kevin
    Keymaster

    Hi Marcus-

    I would love to release it but Steve is the master of all things release related. We will get it out first thing tomorrow for ya, I think you will like the new formatting and the new upload fields 😉 Any input you have on the workflow behind them would be appreciated, these are pretty complex field types.

    Thanks for your patience,

    Kevin

    in reply to: Upload field #940
    Kevin
    Keymaster

    Most likely tomorrow but Wednesday at the latest. We are wrapping up a few add-more issues before the next public push.

    Thanks,

    Kevin

    in reply to: Accessing attachment data, with piklist meta box inside. #921
    Kevin
    Keymaster

    I think your over thinking it… 🙂

    $meta = get_post_meta($post_id, ‘slideshow-image’, true); // false it not unique
    $meta = get_metadata(‘post’, $post_id, ‘slideshow-image’, true); // false it not unique
    $all_meta = piklist(‘post_custom’, $post_id);

    Thanks,

    Kevin

    in reply to: Problem in WP 3.5.2 – Media Library #918
    Kevin
    Keymaster

    Hi Marcus-

    Thanks for the intel. As for the add-ons, please ignore them. Those are outdated early versions that were accidentally pushed today, you will get to see the real deal here shortly 😉 We should have another update either tomorrow or friday with some fixes and we will be updating very often now.

    Thanks,

    Kevin

    PS If your up for it I can send you my skype or aim account and we can work through some of your issues whilst I debug, let me know.

    in reply to: Problem in WP 3.5.2 – Media Library #913
    Kevin
    Keymaster

    Hi Marcus-

    Sorry about that, those add-ons aren’t quite ready to play with yet. We will update the beta right away.

    Can you give me more detail on your error? I will work on it tonight for ya.

    Thanks,

    Kevin

Viewing 15 posts - 76 through 90 (of 122 total)