Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@courtens– Welcome to the Piklist community!
The double underscore allows strings to be translated into other languages. So, yes.
June 24, 2018 at 7:52 pm in reply to: [ PL 0.11.4 ] Settings tabs missing even when workflow is defined #9082
SteveKeymasterGreat! Closing ticket.
June 24, 2018 at 2:19 pm in reply to: [ PL 0.11.4 ] Settings tabs missing even when workflow is defined #9078
SteveKeymaster@bassta– Sorry you’re having issues with Workflow tabs. I suggest you try matching up what’s in the built-in demos with what you have.
For instance, you should set a
defaulttab:
https://piklist.github.io/docs/tutorials/workflows/building-first-workflow/#defaultLet us know what you find.
SteveKeymasterThanks! We’ll look into this.
SteveKeymaster@lrtrln– We don’t have a release date yet, but we’re pushing to get it down before Gutenberg is released.
SteveKeymasterIf you upgraded from a version older than 0.9.9, then you get the message. Run the upgrade and you will be all set.
SteveKeymasterI put in a Pull Request for this. Would appreciate if you could test my code:
https://github.com/piklist/piklist/pull/104/filesIt should work with the code you posted above. No need to add the
roleparameter.
SteveKeymasterSo happy you like the improvements!
A quick way for you to fix it:
1) Create a custom user role with no capabilities. You can do it with code, or a plugin like “Members”
2) Then assign that role to each field.For example, if you create a role called “submitter”, then your fields will look like this:
piklist(‘field’, array( 'type' => 'hidden' ,'scope' => 'post' ,'field' => 'post_type' ,'value' => 'client' ,'role' => 'submitter' ));You need to add
'role' => 'submitter'to each field, except submit.
SteveKeymaster@kattagami– I believe things changed a few versions ago. Check the settings in Piklist Demos and the comment blocks for a guide.
SteveKeymasterPlease post your field code here: https://gist.github.com/
June 4, 2018 at 4:32 pm in reply to: Prevent Piklist from saving meta-box data when field is empty #9039
SteveKeymasterClosing this ticket.
SteveKeymasterClosing this because it’s not a Piklist problem, it’s a client problem.
SteveKeymasterThis is fixed in 11.3
-
AuthorPosts