Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Rob,
You're right. It shows the valued stored in the DB, e.g. the term IDs. In the previous update, I made it show text for only select/select_advanced/checkbox_list/radio fields. I'll add support for taxonomy, post and user fields.
September 27, 2018 at 10:16 AM in reply to: ✅Prevent FES from creating post WITHOUT returning an error #11436Anh Tran
KeymasterHi,
The error is created during the internal saving process. If you want to handle the saving posts yourself, then you need to break the plugin's saving process.
I think that can be done with the hook
rwmb_frontend_before_process, like this:add_action( 'rwmb_frontend_before_process', function() { // Save your data // Redirect users to your confirmation page } );Anh Tran
KeymasterCan you please try again? I've refreshed the permalink. The "My Topics" link works for me.
Anh Tran
KeymasterHello,
The plugin supports both post fields and custom fields. If you don't create a meta box for custom fields, then it will show a form with standard post fields only. If you create a meta box, it will show both post fields and custom fields.
Anh Tran
KeymasterHi,
Do you see any error in the console?
Anh Tran
KeymasterHi Huy,
To set key and value in MB Builder, please enter the following format in the options box:
value: Label
value2: Label 2For details, please see this video:
Anh Tran
KeymasterHi Thomas,
To use the Geolocation extension to retrieve latitude and longitude, please create 2 fields with ID
latandlngas follows:https://ghostbin.com/paste/5dpyd
When you select an address from the suggestion list, the latitude and longitude are auto populated:
https://imgur.elightup.com/LvTjaUG.png
Then on the front end, you can use the
rwmb_metafunction to get their values.September 25, 2018 at 3:05 PM in reply to: ✅Taxonomy Field - Not saving to term_relationships #11420Anh Tran
KeymasterHi David,
If you set the meta box to use a custom table, then all fields will save data in the custom table. The storage (custom table) is set for meta box, thus it applies to all its fields.
Anh Tran
KeymasterHi Andrew,
The author of the MashSharer replied that the new version on Github has a fix for that:
https://github.com/mashshare/MashShare
Commit: https://github.com/mashshare/MashShare/commit/c714a7bf33a2793cff2c59cfee217eddd9898e40Please try it.
September 20, 2018 at 9:23 AM in reply to: ✅After installing MB Builder, nothing shows on Dashboard #11400Anh Tran
KeymasterHi Thomas,
Sorry for the confusion. Our purpose is moving all extensions' menus into one place ("Meta Box" top-level menu). That keeps everything organized and easy to find.
The reason we named the menu "Custom Fields" is MB Builder is for custom fields only. There are also other extensions that for custom post types and custom taxonomies. When they are activated, you'll see full menu like this:
https://imgur.elightup.com/EHd1v23.png
This post explains the idea of shared menu.
And when we refer to custom fields, naming field groups make sense, since they're a group of fields. It's not groups in MB Group. It simply means a set of custom fields.
I'll update the documentation to make it less confusing.
Thanks a lot for your feedback.
Anh Tran
KeymasterHi, I fixed that bug weeks ago, but forgot to update the Geolocation extension. I've just updated the extension, please try again.
Anh Tran
KeymasterHi,
I've just checked the plugin and found that it bundles Meta Box inside:
https://imgur.elightup.com/DSsEqWf.png
However, they don't keep the original version of Meta Box. Instead, they changed the code (prefix in the screenshot above). That might break the compatibility with Meta Box extensions.
If you're using their Pro version, please contact them to either update their code (the modified version of Meta Box) or include the original version of Meta Box.
PS: I've posted a topic on wordpress.org.
Anh Tran
KeymasterPlease send me an email via contact form.
Anh Tran
KeymasterI've just updated the MB Builder to fix the
fieldkey. Can you please try again to see if that works?Anh Tran
KeymasterCan you share your code of that meta box? I tried to replicate the problem on my localhost, but everything seems work fine to me.
-
AuthorPosts