Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Ben,
I see you marked the topic as resolved. Did you figure it out?
Anh Tran
KeymasterHi Todd,
I've just checked and found a bug in the core plugin. Would you mind download the latest version on Github?
Thanks for the bug report!
Anh Tran
KeymasterHi Burak,
Seems like we haven't added support for JSON notation for query arguments. But the dot notation works. Please try to setup like this:
https://imgur.elightup.com/Nes8Qgr.png
Details about dot notation can be found in the documentation.
Anh Tran
KeymasterHi Max,
1) When we work on admin column for relationship at first, we thought it's a single relationship column, so we use singular form. The Admin Columns extension was made for multiple fields, so it's plural.
2) For relationships: it's not supported. Because the relationships are list of connections and will be unclear when we put something like sorting, search for those connections.
Anh Tran
KeymasterJust fixed it on your website and on Github. It's a bug caused by a previous commit for
post_type=any.Thanks for letting me know the bug!
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.
-
AuthorPosts