Forum Replies Created
-
AuthorPosts
-
SteveKeymasterGreat! Closing ticket.
SteveKeymaster@actiontwo– Please enable wp_debug and let us know if you are seeing any errors.
SteveKeymaster@actiontwo– Your code is working for me. Please zip up your plugin and email to [email protected] so we can test all your code.
SteveKeymaster@justin– on_post_status is designed to lock a field on a certain post status. Are you trying to lock past notes?
SteveKeymaster@jmayhak– We version of Piklist are you running? I tested with 0.9.5u and it works for me in settings.
SteveKeymaster@pupppet– The issue you posted was “I get a duplicated group that semi randomly populates a few of the fields in the new group with content from the very first group”.
Is this fixed with the beta?
SteveKeymaster@adminbart– Welcome to the Piklist community!
Though Piklist can definitely help you build this, you will still need to scope it out and determine how it will work. Once you have more details, we can definitely help you.
SteveKeymaster@actiontwo– Welcome to the Piklist community!
Please post your widget code(both files). Also, we need to know if the files are in a plugin or theme and what the path to these files are.
SteveKeymasterZip files aren’t allowed to be uploaded. Can you email it to [email protected]?
Can’t wait to see it!
SteveKeymasterGood idea! Can you generate a PO file with this technique? How have you translated the comment blocks?
SteveKeymaster@pupppet– I just emailed you the latest beta which fixes advanced group fields like this. Let me know how it works out.
SteveKeymaster@pupppet– We may include both in the future. Both for now we are focusing on the security aspect of validation.
SteveKeymaster@pupppet– The format for Field Templates changed a while ago. Please refer to the official docs in the future >
The code you need is:
add_filter('piklist_field_templates', 'add_piklist_field_templates'); function add_piklist_field_templates($templates) { $templates['no_label'] = array( 'name' => __('No Label', 'piklist') ,'description' => __('No label here.', 'piklist') ,'template' => '[field_wrapper][field_description_wrapper] [field_description] [/field_description_wrapper] [field][/field_wrapper]' ); return $templates; }
SteveKeymasterThe format for Field Templates has changed. Please refer to the official docs >
-
AuthorPosts