Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
The "adding new terms" is one thing that in my head for a long time. I'm stuck with the current UI of
taxonomyfield.Do you think an option is needed? As you can always use the default WP's UI and remove the
taxonomyfield from the meta box?Anh Tran
KeymasterHi David,
I was thinking about the same thing :).
The job of connecting original and translated posts is not hard and Meta Box can do that easily. I guess all plugins such as WPML, Polylang already do that well.
The hardest part comes from connecting other things such as featured image, menu, widget.
But if you passionate about this idea, let's create a repo on Github and create an MVP.
Anh Tran
KeymasterHi Jasper,
Unfortunately, it's not available yet. If you're using
textareaortextfield, you can have similar functionality with Text Limiter extension.Anh Tran
KeymasterHi,
I think you're right. First, get the ID of the connected page1. Then do another query to get all posts that connect
topage1.April 9, 2018 at 11:39 AM in reply to: cloneable oEmbed fields doesn't save empty data as "NULL" #9126Anh Tran
KeymasterHi,
When a field is cloneable, the value should be always an array. That's why the plugin stores value as
a:0:{}- the serialized of empty array.I'll add more options to the MB Builder extension.
Anh Tran
KeymasterIt's the MB Builder extension. I've just updated the Meta Box AIO as well ๐
Anh Tran
KeymasterI've just updated the plugin, making a drop-zone for sub-fields of groups, so you can drag and drop sub-fields easier (and make things obvious).
Please update the plugin.
Anh Tran
KeymasterHi,
I've made a video to demonstrate how to create child fields for groups with the Builder extension:
Please take a look. After doing that, the code will be available in the Code export tab.
Update: I've just updated the plugin, making a drop-zone for sub-fields of groups, so you can drag and drop sub-fields easier.
Anh Tran
KeymasterIf you're using the
image_advancedin the frontend, it will include the scripts to trigger the media modal when you click on the image.In other cases, I'm not sure how to display the media modal alone :(.
Anh Tran
KeymasterI got it.
I think in this situation, the best solution is using
postfield. It works the similar way and works well with groups.Technically, because it's inside groups, the data will be saved in groups. So it can't be saved in the relationship table (where the relationships are saved).
Anh Tran
KeymasterDo you mean copy the code generated by the MB Builder?
If the code is not for user profile, settings page or taxonomies, then you can just copy it and deactivate the builder extension. It will work.
If the code is for user profile, settings page or taxonomies, you'll need the corresponding plugin activated (MB User Meta, MB Settings Pages, MB Term Meta). The builder extension then can be deactivated.
In either cases, you still need to keep Meta Box activated.
Anh Tran
KeymasterOops, there was a bug in the new added filter in the 4.14.4 version. I've just fixed and pushed a new version. Please update.
Sorry for this ๐
Anh Tran
KeymasterHello,
I'm checking the problem. Looks like there's a bug with pulling the data. I'll check and fix it now.
Update: There was a bug in the Meta Box plugin that cause the bug in MB Frontend Submission. I've just updated the plugin to version 4.14.4 to fix this. Please update Meta Box.
Anh Tran
KeymasterHi,
Can you give more details of the problem? Which objects do you want to build relationship between?
Anh Tran
KeymasterHi,
There are some plugins that hide admin menus, which should work in this situation:
https://wordpress.org/plugins/admin-menu-editor/
https://wordpress.org/plugins/adminimize/
https://codecanyon.net/item/wordpress-hide-admin-menu-plugin/290744 (my plugin) -
AuthorPosts