Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterI think you might detect them via
class_exists()orfunction_exists(), oris_plugin_active()function.September 19, 2019 at 11:41 AM in reply to: ✅MB Relationships only displaying partial list of posts to connect #16196Anh Tran
KeymasterHi Brian,
Are you using the latest version of Meta Box? Can you try clearing browser cache? I've just tested with similar code and couldn't replicate the problem.
Anh Tran
KeymasterHi, I've just released a new version for Meta Box AIO, which has a complete redesign for the settings page. It now includes all links to the docs, forums. Please try it.
September 17, 2019 at 5:31 PM in reply to: ✅Private $user_id and $config causes bugs in rwmb_profile_before_save_user #16175Anh Tran
KeymasterYes, I'm finalizing some issues and will release new version for AIO in a few days.
Anh Tran
KeymasterHi SG, I've known the issue and fixed that. It will be available in the next version, which will be release in a few days.
Anh Tran
KeymasterHi Jon,
Since version 5.1, we add sanitization for all inputs. For textarea field, we use the
wp_kses_postfor sanitization and it sanitizes the HTML comments as you see.If you want to keep that, you probably need to bypass the sanitization by setting
'sanitize_callback' => 'none'for the field. Or write your custom sanitize callback. Please see the documentation for details.September 17, 2019 at 4:13 PM in reply to: ✅Private $user_id and $config causes bugs in rwmb_profile_before_save_user #16169Anh Tran
KeymasterHi Cedric, it's fixed in version 1.4.2. Please update.
Anh Tran
KeymasterJust fixed this in the 1.1.2 version. Please update.
Anh Tran
KeymasterHi,
Regarding
std, I see you put it underquery_argswhich is wrong and set it empty. Can you try this code (I modified your latest code)?Regarding the taxonomy issue: if you want to use taxonomy, then you have to create the taxonomy first. I don't see any reason for date, author or post type should be taxonomies. This is a post I wrote about custom fields vs. custom taxonomies. Maybe it helps.
Anh Tran
KeymasterHi Charlin,
Just want to let you know that in recent versions of MB Conditional Logic, you're now able to set conditions for fields outside of the group. So, your conditions above will work (I've just tested)!
Anh Tran
KeymasterHi Ryan, I've just added
classparam to meta box settings, which allows you to set an unique CSS class.Anh Tran
KeymasterThanks for your feedback. I've just fixed it in version 1.0.7. Please update.
Anh Tran
KeymasterHi, you can do that with custom admin column. Please see the docs here:
https://docs.metabox.io/extensions/mb-admin-columns/#custom-admin-columns
Anh Tran
KeymasterHi,
I'm not really clear because the term gallery is used in both post types.
Where do you want the select field? In the gallery post type or in regular post?
Doesn't the
postfield allow you to select a specific post? -
AuthorPosts