Forum Replies Created
-
AuthorPosts
-
January 14, 2025 at 10:45 PM in reply to: ✅MB Frontend Submission stopped working in the latest weeks #47404
Peter
ModeratorHello Francesco,
Does it work if you use only Meta Box plugins and a WordPress theme? And please edit the post in the admin area to check if the subscriber is the author of the post. Also, let me know which versions of Meta Box plugins are on your site.
Following the documentation https://docs.metabox.io/extensions/mb-frontend-submission/
Peter
ModeratorSimply, you can upload your site to a staging site and share the admin account. Then I can check what's wrong there. Thank you.
January 14, 2025 at 10:03 PM in reply to: Repeatable blocks automatically add user in "user" field #47402Peter
ModeratorHello Oskar,
This issue is still in progress. I will get back to you when it is fixed. Thank you.
Peter
ModeratorHello Hazmi,
Can you please share the code that creates the custom fields "key_value" or "group"? If you use the builder, you can export the field group to a JSON file and share it here. I will help you check the issue.
Peter
ModeratorHello Simon,
Currently, the remote validation callback function only supports accessing one field value that you use the validation rule. It doesn't support accessing other field values in the callback function so you won't have value to compare dates like that.
If you want to compare 2 field values on live, you should create some custom Javascript code and validate the field value before saving it.Peter
ModeratorHello John,
Thank you for reaching out. You can download Meta Box from WordPress.org https://wordpress.org/plugins/meta-box/
it is a free and based plugin to run all Meta Box extension plugins, including MB AIO.January 13, 2025 at 11:05 PM in reply to: ✅How to order multiple custom field groups on settings page #47392Peter
ModeratorHello,
You can create/edit a settings page and create tabs on the settings page. Then create/edit the field group and select the tab on which the field group will show. Please check these screenshots https://imgur.com/a/UVNHHLN
Peter
ModeratorThe issue happens when the setting max number of clones set to 1 and if we set it to 2 or more, the setting
clone_empty_startwill work properly. The issue has been escalated to the development team, it will be fixed in the next update of our plugins.Thank you.
Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
I change the code from
{% set user_id = mb.get_current_user_id() %}to
{% set user_id = mb.get_queried_object_id() %}to get the current query user ID and it shows the user (author) info correctly. Just a WordPress function to get the user ID, not an issue of MB Views or Meta Box.
January 10, 2025 at 10:53 PM in reply to: Empty cloneable date field give critical WordPress error in PHP8.1 #47368Peter
ModeratorHello Wirat,
I'm not able to reproduce the issue on my site. I can save an empty value for the cloneable datetime field. Can you please try to change the field ID to another one and save the post again?
If it still doesn't work, please export the field group to a JSON file and share it here. I will help you check the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/Peter
ModeratorHello,
You need to install and activate the plugin MB Columns to show the columns option in the builder
https://metabox.io/plugins/meta-box-columns/January 10, 2025 at 10:34 PM in reply to: Unintended auto-update crashes custom fields and causes fatal error #47366Peter
Moderator>> Has it been improved in the latest version and can it be enabled/disabled at will?
Not yet. The development team is working on it and this feature will be included in future updates of Meta Box plugins.
Thank you.
Peter
ModeratorHello,
Thanks for your feedback. I see that when enabling SCRIPT_DEBUG, there is a warning message in the Console tab of the browser and that might cause the issue. Let me escalate the issue to the development team to check it.
Peter
ModeratorStrangely, I still receive no information regarding this topic in the ticket system. Can you please submit the contact form again?
-
AuthorPosts