Forum Replies Created
-
AuthorPosts
-
KevinKeymaster@txhorselady-
We have a plugin in-progress for this, what were you thinking specifically?
Thanks,
Kevin
KevinKeymaster@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
KevinKeymasterHi 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
KevinKeymaster@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
KevinKeymaster@sschat-
In regards to fields it may already be possible, what are you trying to do there?
Thanks,
Kevin
KevinKeymaster@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
KevinKeymaster@Daniel MΓ©nardβ
It’s worth the wait, it’s a HUGE release π
Kevin
PS Conditionals are part of the release
October 17, 2012 at 2:03 am in reply to: Suggestion: Visibility of the add/remove button for the "Add More" bloc #304
KevinKeymaster@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
October 17, 2012 at 2:01 am in reply to: Suggestion: Be able to add metaboxes field to a specific page #303
KevinKeymasterThanks 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
KevinKeymaster@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
KevinKeymaster@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
KevinKeymasterOf 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
KevinKeymasterHi 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
KevinKeymasterGreat 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
KevinKeymasterHi 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/wXP0rDpBThanks,
Kevin
PS. I added ‘position’ to your field so its wrapped in the correct template (this feature will be easier in a forthcoming release π
-
AuthorPosts