Forum Replies Created
-
AuthorPosts
-
June 5, 2023 at 5:35 PM in reply to: Bug? In front end form, "add new", checkbox tree display #42064
Peter
ModeratorHello Scott,
I do not see that issue on my site. Can you please take a screen record of steps you do on your site? Also, let me know which version of Meta Box and Meta Box extensions you are using.
Peter
ModeratorHello,
Each post submitted in the frontend submission form will have a unique key, stored in the option name
mbfs_keys. Each key will store all information of the form settings.I hope that makes sense.
June 3, 2023 at 2:53 PM in reply to: Questions/ feedback regarding custom tables/ relationships #42032Peter
ModeratorHello,
1. If you are using the builder to create custom fields and custom table, we have a note for this case, the data type is
TEXTto compatible with the most of field data: https://docs.metabox.io/extensions/mb-custom-table/#getting-startedIf you select the option Create table automatically, the plugin will attempt to create the table for you. Once it's done, you'll see the custom table in your database, which has columns that match your custom field IDs, each column per field ID. To make the data compatible with the field data, the plugin uses data type TEXT for all columns.2. The custom table created by Meta Box will have one ID column which is the post ID and the other columns are the field IDs. The column name must be matched with the field ID if you use the existing custom table. Read more in the documentation https://docs.metabox.io/extensions/mb-custom-table/#notes
3. The relationship value is saved to a custom table wp_mb_relationships, you can create a relationship between post and page then check the data in that table.
Also, the relationship does not work with the custom model created by the custom table https://docs.metabox.io/extensions/mb-custom-table/#custom-models4. I'm not sure if the custom table can work with WP All Import, you can follow this topic https://wordpress.org/support/topic/import-custom-fields-into-custom-table/
or contact them to get further information.
You can export and import the custom table by using PHPMyAdmin, I think it is easier to do.5. Bricks builder maintains compatibility with Meta Box, if you have any questions with Bricks, please contact them to get further information. Please read more here https://docs.metabox.io/compatibility/
Peter
ModeratorHello,
You can try to change the Capability Type of the CPT to Post or Page and recheck this issue. If the user can delete the post, there should be an issue with the capability of the user.
Or you can follow this article to delete a post https://www.isitwp.com/delete-post-from-front-end/
Peter
ModeratorHello,
You can create a select field with options post statuses, then use the function wp_update_post() to update the post status after submitting a post on the frontend. Refer to this topic https://support.metabox.io/topic/controlling-post-status-in-front-end-dashboard/?swcfpc=1
Peter
ModeratorHello,
I will inform the development team to consider supporting a filter hook to modify the text. Thank you.
Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/191e00e11fc372219307044472d85b59ae6412a5
You can try to apply it on your site while waiting for the new update of Meta Box.June 1, 2023 at 10:39 PM in reply to: Using current_opening_hours instead opening_hours in bindings #42012Peter
ModeratorHello,
The place data type
current_opening_hoursis not supported and there isn't a filter hook to modify the data type. I will inform the development team to consider supporting this feature in future updates.Peter
ModeratorHello Petri,
The default value of the
datefield is null/empty. I don't see the today value when the date is empty and save the post. Can you please share some screenshots of the field settings?Peter
ModeratorHello Thomas,
You can try to use a translation plugin, such as WPML, Polylang, to translate the text All, None into other languages. Currently, there is no option to change that text.
June 1, 2023 at 10:15 PM in reply to: Taxonomy Filterable Dropdown is not showing in Post Type Backend #42009Peter
ModeratorHello,
The filterable feature applied to the
taxonomyfield, please read more here https://docs.metabox.io/fields/taxonomy/The screenshot that you shared is the page when creating the custom taxonomy.
Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/, I will take a closer look.
Peter
ModeratorHello Amit,
The field group does not support revisions like other post types. There isn't an option to rollback the change.
Peter
ModeratorHello,
Thanks for your feedback. I can see that issue on my demo site. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
The Option Name input is moved under the ID input when clicking on the Advanced text. Please read more in the documentation https://docs.metabox.io/extensions/mb-settings-page/#creating-settings-pages
-
AuthorPosts