Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorYes, that's it.
Peter
ModeratorHello,
As a real person, I don't know how bots do. Can you please share some entries in the database that indicates the field "zustimmung" is empty?
You can try to use the Google reCaptcha (v3) to prevent this issue, please read more in the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-form
Peter
ModeratorHello,
The theme code does not work if you add it to the template file of the theme. If you want to render the custom block content, please follow the documentation https://docs.metabox.io/extensions/mb-blocks/#render_callback
I will inform our development team to remove the theme code section if the users use custom block.
June 29, 2023 at 9:45 PM in reply to: ✅Does MB Front End submission work with User Posts Limit #42427Peter
ModeratorHello,
In the page template, you can use the code in the topic above to check the number of posts belonging to a user then output the frontend form shortcode. For example:
if( check_the_number_of_posts_here ) { echo do_shortcode( '[mb_frontend_form id="field-group-id" post_fields="title,content"]' ); }If you are not able to complete the task, please contact us here https://metabox.io/contact/
Our development team will help you with an extra fee.Peter
ModeratorHello Joe,
Yes, correct. The group is used for storing data (sub-fields value) not for querying by sub-fields (sort or filter) value because the value of the group saved in the database is a serialized array.
See more at https://metabox.io/create-group-of-custom-fields-with-meta-box-group/#how-does-the-meta-box-group-save-data.You should use the top field for sorting or filtering (FacetWP).
Peter
ModeratorHello,
Can you please export the field group to a JSON file and share it here? I will check the settings of the date field on your site. Read more in the documentation https://docs.metabox.io/extensions/meta-box-builder/#json-notation
Peter
ModeratorHello,
In case of using Oxygen 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/June 28, 2023 at 10:39 PM in reply to: Ninja form short code not working in MB Views template #42415Peter
ModeratorHello,
In the ticket, I suggest you update Meta Box to the new version 5.7.3 to fix the issue, do you update and check it again? If it persists, please share your admin site account via contact form https://metabox.io/contact/. I will help you to check the issue.
Peter
ModeratorHello,
Thanks for your feedback.
Our development team is aware of this issue and working on it. It will be fixed in the next update.
June 28, 2023 at 10:13 PM in reply to: ✅User custom meta using custom table - rest API update #42412Peter
ModeratorHello,
I see that issue on my demo site. I've escalated it to the development team to fix it in the next update.
Thanks.
June 28, 2023 at 9:43 PM in reply to: ✅Does MB Front End submission work with User Posts Limit #42410Peter
ModeratorHello,
Meta Box does not support limiting users from creating posts. You can try to use the
ifstatement to check if the user has a post or a number of posts and then output the frontend submission form or not. Please refer to this topic https://wordpress.stackexchange.com/questions/139818/check-if-current-user-has-post-in-post-type-and-is-author-rolePeter
ModeratorHello,
The class wasn't changed but it's not the same issue. I've tested this issue again on my local site but do not see that. Please share your admin site account through this contact form https://metabox.io/contact/. I will help you to check the issue.
Peter
ModeratorHello,
Which is the object type that the field "gop_base_img" associated with? The post or the image (attachment post type)?
You can try to pass the third parameter to the helper function
rwmb_meta()to get the field value. For example:rwmb_meta( 'gop_base_img', ['size' => 'full'], 1234 );where 1234 is the object ID.
Peter
ModeratorHello,
The issues with custom fields in the media modal are fixed. Please update Meta Box to the new version 5.7.3 and recheck these issues.
Peter
ModeratorHello,
Please contact us here https://metabox.io/contact/, our development team will help you to fix the issue with license key.
-
AuthorPosts