Forum Replies Created
-
AuthorPosts
-
SteveKeymasterWhat version of Piklist are you using?
piklist_part_addchanged in v0.9.9.x. Usepiklist_part_process_callbackadd_filter('piklist_part_process_callback','my_disable_metabox', 10, 2);January 16, 2016 at 11:48 pm in reply to: Variable-type of 'request_value' and 'value' in $fields of piklist_save_field #5644
SteveKeymasterWe’ll get this bug fixed in the next version of Piklist.
SteveKeymasterI can’t reproduce. Which version of Piklist are you using?
SteveKeymaster@mcmaster– Just pushed WP Helpers v1.9.4. Should be fixed. Was a compatibility issue with Piklist v0.9.9.x.
January 16, 2016 at 10:51 pm in reply to: First Tutorial: Confused in my first 1 hour of using piklist #5641
SteveKeymasterThis reply has been marked as private.January 15, 2016 at 10:28 pm in reply to: I need help creating reusable content blocks and showing them on the frontend #5638
SteveKeymasterThis reply has been marked as private.January 15, 2016 at 5:54 pm in reply to: First Tutorial: Confused in my first 1 hour of using piklist #5636
SteveKeymasterThis reply has been marked as private.January 15, 2016 at 4:53 pm in reply to: I need help creating reusable content blocks and showing them on the frontend #5633
SteveKeymasterThis reply has been marked as private.January 15, 2016 at 3:05 pm in reply to: First Tutorial: Confused in my first 1 hour of using piklist #5630
SteveKeymaster@ananse– Welcome to the Piklist community!
We’re here to help! It might be faster is you email your plugin to use to review. You can zip it up and send to [email protected]
Please refer to this page url
SteveKeymasterIf you want to edit an existing post you’re going to need the post id. Then add this to the end of the form url:
?_post[ID]=IDSo your url would look like this:
http://mydomain.com/my_form/?_post[ID]=84January 14, 2016 at 10:14 pm in reply to: Allow two plugins to use piklist_empty_post_title filter #5617
SteveKeymasterGreat! Code updated to default text domain. Will be included in the next version.
Closing ticket.
SteveKeymasterIt would be best if you can add translations so everyone can benefit.
You can easily translate here >
Please translate the DEVELOPMENT VERSION.
SteveKeymaster@marcusig– Which version of Piklist are you using. The validation strings should be translatable.
January 14, 2016 at 11:19 am in reply to: Allow two plugins to use piklist_empty_post_title filter #5607
SteveKeymaster@ccjeagle– The docs have been updated to
return $data. Thanks!As for the language issue, I believe you’re correct. The words “Auto Draft” get translated in WordPress, but not in Piklist.
If you could do a little test for us, I’d appreciate it:
Right before thepiklist_empty_post_titlefilter in class-piklist-cpt.php, change the line with the condition to this:
if (($data['post_status'] != 'auto-draft') && (($data['post_title'] == __('Auto Draft', 'piklist') || empty($data['post_title'])))That makes the words “Auto Draft” translatable. If you could translate those words in your PO file, I believe it should work now.
Let us know.
-
AuthorPosts