Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Burak,
Currently, it's not supported yet. Let me try to figure a way to do it inside the plugin.
Anh Tran
KeymasterHi Burak,
You need MB Settings Page extension for that. Please follow this docs to create a settings page.
Anh Tran
KeymasterHi Max,
Your code seems to be correct. Would you mind sending me a temporary admin account to check?
Anh Tran
KeymasterHi Burak,
I've tried it. But there's something related to the creating the new terms in the back end when the form is submitted. I haven't resolved it yet.
Anh Tran
KeymasterHello,
Please try using the
post__not_inparameter. Set it as a key in a custom attribute, and in the value box, use JSON notation to specify an array, e.g.[14, 21, 44].Anh Tran
KeymasterHi Rob,
I've just updated the MB Revision to version 1.3.0 to supports showing labels for taxonomy_advanced, user and post field. Please update.
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.
-
AuthorPosts