Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Great idea. I will inform our development team to consider adding to the queue. Hopefully, it will be available soon.
Peter
ModeratorHello,
Please try this one https://drive.google.com/file/d/10l7ycgeyI8Rl2Agu-TbupC0Vfhl529OB/view?usp=share_link
We do not support older versions of any plugins.Peter
ModeratorHello,
It could be an issue with the Info menu position. You can try to deactivate all plugins except Meta Box, MB extensions, switch to a standard theme of WordPress then check this issue again.
April 12, 2023 at 10:56 PM in reply to: Displaying a frontend submitted form in another users dashboard #41465Peter
ModeratorHello,
I think it is possible. But please notice that, the frontend dashboard does not support an option to approve the draft/pending posts that are submitted by users on your site. The extension MB Frontend Submission does not bring all options/features of WordPress from the backend to frontend.
>> Is there a way to have multiple authors on a CPT?
It's not a standard feature of WordPress and beyond the scope of support of Meta Box. You can use a third-party plugin to do that https://wordpress.org/plugins/co-authors-plus/Peter
ModeratorHello,
I got the issue. The address field must have the ID
addressor something withaddressprefix likeaddress_somethingoraddress_1234.Please read more here https://docs.metabox.io/extensions/meta-box-geolocation/#address-field
Peter
ModeratorHello,
You can use the proxy
mb.to call the PHP functiondo_shortcode()directly without usingfunction(). For example:
{% set category_id = mb.do_shortcode('[yoast-primary-category-id]') %}Or you can try to use the PHP function
yoast_get_primary_term_id()to get the Yoast primary term ID{% set category_id = mb.yoast_get_primary_term_id( 'taxonomy_slug', post_id_or_object ) %}Please read more here https://stackoverflow.com/questions/38800626/how-to-get-primary-category-set-via-yoast-seo-plugin-in-wordpress
Peter
ModeratorHello,
Where is the taxonomy archives that you mention? If it is View location, you can go to Meta Box > Post Types > Edit CPT > Advanced tab > Disable option "Has archive".
April 12, 2023 at 6:36 PM in reply to: How to display deleted post in MB Frontend Submission Dashboard (Trash Section) #41459Peter
ModeratorHello,
>> It does display the trashed post on the Frontend dashboard, but I am unable to edit the post even my user role is Admin.
It is expected behavior. You are also not able to edit the trash post in the admin area, just restore it.
April 12, 2023 at 6:26 PM in reply to: ✅Enable Edit For admin while on Front end read only metabox #41458Peter
ModeratorHello Aravinda,
You need to register the meta box and custom fields with code to use that logic. Please read more on the documentation https://docs.metabox.io/creating-fields-with-code/
Peter
ModeratorHello Mark,
MB Blocks does not work with MB Frontend Submission in the frontend. In the backend (admin area), Meta Box does not support editing the user role to restrict the user to see only their own post. It is beyond the scope support of Meta Box.
Peter
ModeratorHello,
It's a very weird issue, I can see it happens on some sites with WP 6.2 but not all of them. I'm discussing this issue with my development team and get back to you later.
Peter
ModeratorHello Jo,
Please make sure you have the latest version of Meta Box 5.6.18 and Meta Box AIO 1.20.2 then check this issue again.
April 11, 2023 at 7:24 PM in reply to: How to display deleted post in MB Frontend Submission Dashboard (Trash Section) #41433Peter
ModeratorHello,
If you want to display the trash posts in the frontend dashboard, you can use the filter hook rwmb_frontend_dashboard_query_args
The frontend dashboard is a custom query to display posts belonging to a user so you can create your own query to display a custom dashboard on your own.
https://developer.wordpress.org/reference/classes/wp_query/Peter
ModeratorHello,
You can use the function
\MetaBox\CustomTable\API::add()or\MetaBox\CustomTable\API::update()and hook to the actionsave_postto update a field in a custom table automatically. Please read more on these documents
https://developer.wordpress.org/reference/hooks/save_post/
https://docs.metabox.io/extensions/mb-custom-table/#addPeter
ModeratorHello,
I do not receive any information. You can send the file through the contact form https://metabox.io/contact/
or upload it to https://pastebin.com/ and share the link here. -
AuthorPosts