Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello
The image field could return an array and you cannot output the array directly. Please follow the example code in the documentation to output the image field
https://docs.metabox.io/extensions/mb-views/#custom-query
https://docs.metabox.io/functions/rwmb-meta/May 16, 2024 at 10:17 PM in reply to: ✅Datetime is not rendering per user's time Zone after saving #45444Peter
ModeratorHello,
I'm afraid that it isn't possible to show the proper time for each user's/visitor's time zone. The time is saved to the database and only displayed one time value.
Peter
ModeratorHello Mark,
If you want to create nested relationships like this format: A > B > C ~ Series > Episode > Sponsor and display them in the frontend, you will need to create some nested WP Query. Please refer to this topic https://support.metabox.io/topic/displaying-2-custom-post-types-via-a-relationship-custom-post-type/#post-26821
and documentation https://docs.metabox.io/extensions/mb-relationships/
Peter
ModeratorHello Keith,
Please create a new field group, add the date/time picker AND a time picker then check the issue again. If it works, there could be an issue with the current field group on your site. Please export the field group to a JSON file and share it here. I will check it on my demo site.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorNo, the tab field must be added as the first field in the field group. See this screenshot https://imgur.com/RX5yiwA
It's not the same in your screen record.
May 15, 2024 at 8:47 PM in reply to: Creating a simple directory of professionals for a village association #45433Peter
ModeratorHello,
You can use the extension MB User Profile that supports registering the user in the frontend. However, it doesn't support creating a new post of a post type like that.
Please follow the documentation https://docs.metabox.io/extensions/mb-user-profile/Peter
ModeratorThanks for the details.
I can reproduce the issue on the demo site and I've escalated this issue to the development team to fix it. I will get back to you soon.Peter
ModeratorHello,
Yes, all fields are validated and sanitized by PHP and WordPress functions before processing, similar to the WordPress registration/login form. I think you don't need to use extra validation/sanitization.
Refer documentation https://docs.metabox.io/sanitization/
May 10, 2024 at 9:30 PM in reply to: Use semver packaging when using PHP Composer to download specific MetaBox-AIO #45425Peter
ModeratorThank you for your feedback.
Currently, there isn't a plan to implement it. I will inform the development team to consider supporting downloading specific versions from Composer.
May 10, 2024 at 9:05 PM in reply to: Custom Field Select or Select Advance Required still submit on empty selection #45424Peter
ModeratorHello,
I re-check those fields with the Required option enabled and the validation still works properly, screenshot https://imgur.com/NRWQf2Z
Please export your field group to a JSON file and share it here. I will import the field group to my demo site and check the issue.
May 9, 2024 at 11:43 PM in reply to: Use semver packaging when using PHP Composer to download specific MetaBox-AIO #45420Peter
ModeratorHello Juan,
If you use Composer to get the premium version, there isn't a way to use a specific version, you always use the latest version. It is noted in the documentation https://docs.metabox.io/integration/#using-composer
The version of premium extensions specified in composer.json must be dev-master. We don't support version constraints for premium extensions yet. You always use the latest version.May 9, 2024 at 8:39 PM in reply to: ✅Relationship Query in Bricks - Unable to sort related entries #45417Peter
ModeratorHello,
In the case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Thank you.
Peter
ModeratorHello,
The extension plugin MB Settings Page and MB AIO on your site are very old versions, around 3 years ago. There are many changes in 3 years so you might experience some issues after updating to the new version.
If you want to investigate the issue further, please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
I import the JSON file to my demo site and export the field group, the JSON file is valid. You can check the export file here https://pastebin.com/f25FtgqE
Please try to export other field groups and check if the issue persists.
May 8, 2024 at 11:03 PM in reply to: Breaking error - Deprecated use of "static" in callables in MetaBox Views #45410Peter
ModeratorHello Juan,
I believe many plugins and themes are not compatible with every new PHP version. It will take time to update the functions in the source code to be adapted with PHP 8.2.18. For now, I suggest using the lower PHP version (8.2.17 as you said or 8.2.0) to solve the issue.
-
AuthorPosts