Forum Replies Created
-
AuthorPosts
-
August 21, 2025 at 10:00 PM in reply to: Posts created through Make don't get stored in custom table, still in postmeta #48802
Peter
ModeratorHello Eddy,
I don't understand the issue fully, can you please share more details about this? Meta Box doesn't support storing the post data (title, content ...) in the custom table by default, only the custom fields.
Do you mean the custom fields in this state?
These posts still are stored in the postmeta table.If the Make creates the post via Rest API, you can ask them to create the custom fields via Rest API also. Following the documentation https://docs.metabox.io/extensions/mb-rest-api/
Peter
ModeratorHello,
We use the WordPress function
wp_oembed_get()to retrieve the oembed code from the URL and display the video. The Facebook video is not supported by WordPress from version 5.5.2, so it doesn't work with the Meta Boxoembedfield.You can get more details here https://developer.wordpress.org/reference/hooks/oembed_providers/
Peter
ModeratorHello Eddy,
Thanks for reaching out.
I don't see any issues with the frontend form shortcode. Do you use any custom code that affects the
mbfs_keyof the form? Please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the form submission.August 21, 2025 at 9:06 PM in reply to: PHP Fatal error: Uncaught Error: Class "MBB\\RestApi\\Settings" not found #48797Peter
ModeratorHello,
Thanks for reaching out.
Please go to the My Account page, download a fresh copy of the plugin Meta Box AIO 3.0.1, install it on your site and recheck the issue.
https://metabox.io/my-account/Let me know if it helps.
Peter
ModeratorHello Leo,
Thanks for reaching out.
Yes, the plugin MB AIO supports reCaptcha on the user profile forms. Can you please let me know how you add the key to the form? And share the page URL where you display the form, I will help you check the issue.
Peter
ModeratorHello Arsh,
The images that you shared are not available. Can you please recheck them?
Thanks.
Peter
ModeratorHello Dawson,
The template folder
meta-box/inc/templatesis removed in the new version of Meta Box plugin 5.10.13. Do you use any Meta Box extension plugins on your site, like Meta Box AIO?August 20, 2025 at 11:13 PM in reply to: Is possible to also have post title, post content, thumbnail in custom table? #48786Peter
ModeratorHello,
Thanks for reaching out.
It is possible but you should do that in the frontend with frontend form, following the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#field-orderIn the admin area, WordPress expects at least the default post title (of WordPress) to be available to generate the permalink.
Peter
ModeratorHello Ronny,
Thanks for reaching out.
I'm afraid that there isn't an option to change the order of posts for the author. You or the editor user can manually change the order of posts in the admin area.
August 20, 2025 at 10:51 PM in reply to: PHP Warnings that cause server php error log filled up #48784Peter
ModeratorHello,
Thanks for reaching out.
Do you know how to reproduce the issue with clear steps? Or are you using a filter/action hook to customize Meta Box field on your site?
https://docs.metabox.io/category/references/Peter
ModeratorHello,
Here is an example
$groups = get_post_meta( $post_id, 'field_id' );
following the documentation https://developer.wordpress.org/reference/functions/get_post_meta/Please note that we don't support the customization code. If you are not able to complete the task, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/
August 20, 2025 at 9:52 PM in reply to: Tab style settings added to Custom Settings after updating to MB UI 5 #48782Peter
ModeratorHello,
Thanks for the feedback.
I will forward this issue to the development team to check and fix it in future updates. Let me know if you have any questions.
Peter
ModeratorHello,
You can enable the sort option when editing the field. On the post listing page, click on the column title to sort posts by the switch field. Please check these screenshots
https://ibb.co/jPcP6x20
https://ibb.co/5xY7Z0BWPeter
ModeratorHello,
The callback function for the select field must return an array of keys and values. Refer to this topic:
https://support.metabox.io/topic/custom-field-select-is-not-saving-or-displaying-value/#post-41725Also, the helper function
rwmb_meta()doesn't work at the init hook when registering the custom fields. You can use the WordPress functionget_post_meta()to get the field value (post meta) in the callback function.August 19, 2025 at 10:59 PM in reply to: Tab style settings added to Custom Settings after updating to MB UI 5 #48770Peter
ModeratorHello,
Thanks for reaching out.
I'm not able to reproduce the issue with tab style settings. If I select the style left of box, the style is not added to the Custom Settings section. Can you please let me know steps to reproduce the issue or share a screen record of the steps?
-
AuthorPosts