Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Thank you for your suggestion.
It is an interesting idea to create an integration between MB Frontend Submission with Stripe to allow site owners to charge users per post submitted. I will inform the development team to consider adding this feature request to the development queue.
Long Nguyen
ModeratorHi,
MB Admin Columns does not support editing field value on the post table. You can use the plugin Admin Columns Pro to do that.
We also have an integration plugin between Meta Box and this plugin.https://www.admincolumns.com/
https://metabox.io/plugins/meta-box-admin-columns-integrator/Long Nguyen
ModeratorHi,
You need to add the attribute
post_typeto the frontend submission shortcode to show the post type on the user dashboard. Like this[mb_frontend_form id="meta-box-id" post_fields="title,content" post_type="cpt-slug"]Long Nguyen
ModeratorHi,
I think the
groupfield will help you in this case. Create a group with more sub-groups inside.
https://docs.metabox.io/extensions/meta-box-group/Long Nguyen
ModeratorHi,
If a user logged in and submits a post, does the issue still happen?
Long Nguyen
ModeratorHi Dan,
What is the field that you are using to show on the admin column? Is it the
postfield?Long Nguyen
ModeratorHi,
Thanks for your feedback.
The plugin Meta Box AIO works like a wrapper plugin and we will release a new update after the specific extensions are released a few days or weeks.
Long Nguyen
ModeratorHi friends,
This feature is available. You need to set the attribute
email_confirmationtotrueto enable sending the email confirmation feature.Read more on this documentation https://docs.metabox.io/extensions/mb-user-profile/#registration-form
Long Nguyen
ModeratorHi,
I think you can create a button field with a label, for example, "Click here to generate image" then listen to clicking the button to execute the JS function to generate the image.
You can also hide the submit button if you want to force the user to click on the button.Long Nguyen
ModeratorHi Aaron,
Please clear the browser cache to see the code. This issue was fixed.
Long Nguyen
ModeratorHi,
You can use the licenses that are purchased before Nov 2021 as well. We just offer new prices with the new license system. Please read more here https://metabox.io/meta-box-update-licensing-system/
Long Nguyen
ModeratorHi Becky,
Re-order post fields mean using the custom fields with the same IDs as the default WordPress field IDs. The code would be added in the file functions.php when registering the meta box and custom fields.
Regarding the featured image issue. Can you please deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress then re-check the issue?
Long Nguyen
ModeratorHi Chris,
Is the post title displayed? If it is not displayed, please share the code that creates the relationship
radiator-projecton your site. I will help you to check the issue.March 15, 2022 at 9:39 PM in reply to: ✅Display custom taxonomy field - sIngle Image - type when term is selected #34527Long Nguyen
ModeratorHi Chris,
In View, you can use this code to output term meta in the single post
{% for item in post.taxonomy_award %} <a href="{{ item.url }}">{{ item.name }}</a> {% set image = mb.rwmb_meta( 'single_image_awards', { object_type: 'term' }, item.term_id ) %} <img src="{{ image.full_url}}" /> {% endfor %}Please follow this documentation to know how to output term meta value https://docs.metabox.io/extensions/mb-term-meta/#getting-field-value
Long Nguyen
ModeratorHi,
-
You can install Meta Box, extensions and manage them via Composer. Please read more on this documentation https://docs.metabox.io/extensions/composer/
-
Meta Box does not support a function to set the license key programmatically but you can still use the pro extensions on your site and update them via Composer.
-
-
AuthorPosts