Forum Replies Created
-
AuthorPosts
-
May 19, 2016 at 10:02 pm in reply to: Methods with the same name as their class will not be constructors … #6514
SteveKeymaster@zoker– Just release v0.9.4.31, which addresses this issue. Thank you for posting here.
Also, you may want to try our latest beta instead.
SteveKeymaster@kris– Welcome to the Piklist community!
Piklist does not have this feature, but since it’s built the WordPress way you can use standard WordPress filters. This page may help.
SteveKeymaster@mcmaster– I can’t reproduce. Do you have any custom code that might be effecting this?
SteveKeymasteredit.phpis for actual POSTs. If you want forequipment, try:
Page: post.php, post-new.php, post-edit.php
SteveKeymaster@moneal– WorkFlow tabs can go almost anywhere including edit.php. Check out the built-in demos. They have Workflows there.
SteveKeymaster@semwangajoshua– You have some conflicting code here:
'scope' => 'post': means you want to save this data to the wp_posts table
'field' => 'sctn2_content': means you want to save this data to the fieldsctn2_content. HOWEVER,sctn2_contentis not part of the wp_posts table.I’m guessing you want to save this as post_meta, so just remove the scope parameter and it should work.
May 10, 2016 at 2:59 pm in reply to: File field, edit image when clicking linked image preview #6475
SteveKeymasterYea, I see it. Jason already put in the request. Thanks
May 10, 2016 at 2:58 pm in reply to: Access Piklist Fields from dynamic stylesheet creator php file #6474
SteveKeymaster@semwangajoshua– This should work… but only when you are viewing that single post.
SteveKeymaster@semwangajoshua- Please post your code here and we’ll take a look.
May 10, 2016 at 10:34 am in reply to: Access Piklist Fields from dynamic stylesheet creator php file #6469
SteveKeymaster@semwangajoshua– How are you accessing the Piklist data? It should work the same as any other WordPress data.
May 10, 2016 at 10:33 am in reply to: File field, edit image when clicking linked image preview #6468
SteveKeymaster@jivedig– I believe we modeled our upload file on the “Featured Image” field in WordPress. They should both work the same.
SteveKeymasterCheck out this thread. It should help.
SteveKeymaster@mrhobbeys– Welcome to the Piklist community!
Well… it has been years. Though we have every intention of putting out a CRM, we totally jumped the gun. Unfortunately, Piklist needs to be at v1.0 before we feel we can focus on the CRM. Hopefully soon!
SteveKeymaster@semwangajoshua– are you using v0.9.9.8? It’s the latest beta and supports editors in conditions. You can get it here.
SteveKeymaster@mariusnicula– Remove all
wrapparameters. They are not needed here. -
AuthorPosts