Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@jchristopher– Thank you for looking into this. We really appreciate it.
Post Types registered through the
piklist_post_typesfilter hook intoinit, and run through the standardregister_post_type()function.
@wpkonsulterna– Do you have any custom Piklist code you can send to @jchristopher and me?
SteveKeymaster@wpkonsulterna– Which version of Piklist are you running?
March 24, 2015 at 4:48 pm in reply to: Installing piklist via composer / Piklist composer package #3495
SteveKeymaster@cjwebdesigntt– I believe you can use wpackagist. Let us know if that works for you.
SteveKeymasterPlease post your field code here.
SteveKeymaster@jcrist– Browsers don’t submit data for
disabledfields. Tryreadonlyinstead.Also, you can easily do this at the field level. Use this for your attributes:
,'attributes' => array( 'readonly' => piklist_user::current_user_role('administrator') ? '' : 'readonly' )
SteveKeymaster@jcrist– Do you want the non-admin to see the field, but just have it disabled? Or should they not see it at all?
March 19, 2015 at 8:57 am in reply to: Post-to-post relationships, 2way connection and 2 cpt's #3486
SteveKeymasterThe Post Relate field should be able to handle this. Check out the ‘
post_has‘ and ‘post_belongs‘ parameters.
SteveKeymaster@vishal– Welcome to the Piklist Community!
Piklist has an awesome feature called “Field Templates”, and you can define your own. Create your own template, and then use the template parameter to call it.
March 16, 2015 at 9:50 pm in reply to: Create relationship fields similar as "posts to posts"? #3480
SteveKeymaster@yosypia– Welcome to the Piklist Community!
“Posts to Posts” saves the data to a custom table and makes it easy to pull that relationship, both ways. If you only need a one way relationship you can just save the data using any Piklist field.
You can absolute create the field you uploaded. Please let us know what type of data “movie” and “role type” is and we can help you build this. For example, is “movie” a post type?
SteveKeymasterThis reply has been marked as private.
SteveKeymasterGreat news! Closing this ticket.
SteveKeymaster@derrickl– Welcome to the Piklist Community!
Can you leave Piklist activated but disable your other plugins one-by-one to see which has a conflict? By default, the Media Library does not have a “Screen Options” tab… but yours does. Whatever is adding it, is probably conflicting with Piklist.
SteveKeymaster@actiontwo– Thanks for letting us know! We’ll do some internal testing with W3 Total Cache and see if we can make it play nicer with Piklist.
SteveKeymaster@rock– You can automatically show FIELDS without saving, but not META BOXES. To show a field:
1) Instead of using the default WordPress taxonomy box, please build one with Piklist.
2) Then conditionally hide/show the field based on the selected value.
Let us know if this works for you.
-
AuthorPosts