Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi David,
Thanks a lot for your feedback.
When you submit a post, the Group has a mechanism to filter all the sub-fields' values to remove empty values (to save space). So, if no value is entered, that means the group doesn't have any value. I'll check why it saves NULL in the DB.
I also updated the MB Custom Table docs to include your points. Thanks for helping ๐
Anh Tran
KeymasterHello,
Thanks a lot for your solution.
However, I'm quite confused here. When a group is collapsed, then all sub-fields are hidden, are they? So it doesn't matter they're visible or hidden, because they're always hidden.
Anh Tran
KeymasterHey Clayton and Doug,
We've just a fix for this problem on Github. Can you please test it?
We follow your instruction by adding 2 columns
order_fromandorder_toto track the order of each side. So far so good for now. Please take a look.Anh Tran
KeymasterOops, didn't notice it was spaces. I've just fixed it. Thanks for noticing me.
Anh Tran
KeymasterHi @candorem,
Maybe please ask your client not save/update the posts when the files are not full loaded. I mean when you edit a post with
file_advancedfield, you have to wait for 1-3 seconds to see all files are loaded. Only until then, it's safe to update the post.Anh Tran
KeymasterHi Darren,
The only way to do this is via a custom code. Please take a look at this docs. You might need to write your own code to output the default field.
November 22, 2018 at 10:25 AM in reply to: โ Taxonomy field not setting post term when inside Cloneable Group #12141Anh Tran
KeymasterAwesome! Thanks a lot for your contribution!
Anh Tran
KeymasterHi @mp81. Thanks a lot for your help. I've merged your PR on Github and added the fix for
post_tag. Please take a look. If that's ok, I'll release a new version.November 21, 2018 at 3:34 PM in reply to: โ MB Admin Columns - not sortable when using customtable #12123Anh Tran
KeymasterHi David,
The sort & search feature of MB Admin Columns haven't supported for custom tables yet. I have this bug in my list and will fix it later.
November 21, 2018 at 3:31 PM in reply to: โ Add meta data to field settings to identify as relationship field #12121Anh Tran
KeymasterI got it. Can you try differentiate the relationships fields by ID? Their IDs are always
{$rel_id}_fromor{$rel_id}_to.Anh Tran
KeymasterHi, let me check that again. The code for term and post are very similar.
Anh Tran
KeymasterThanks for your feedback. Let me check it.
November 19, 2018 at 5:38 PM in reply to: โ Add meta data to field settings to identify as relationship field #12055Anh Tran
KeymasterHi Clayton,
Sorry for the delay. Are you using MB Rest API or you're going to write a custom endpoint?
I'm not sure how you loop through fields. Can you give more details on that?
November 19, 2018 at 5:35 PM in reply to: โ Taxonomy field not setting post term when inside Cloneable Group #12054Anh Tran
KeymasterHi Clayton,
Unfortunately, the group field saves all values of its children into 1 array, and bypass the behavior of the taxonomy field. If you want to set post terms, then it's a connection between post and terms. Therefore, a top-level
taxonomymakes sense, e.g. don't put it inside a group. -
AuthorPosts