Forum Replies Created
-
AuthorPosts
-
Eugene
ParticipantPlease try following the topic below to customize the value displayed in the admin column
https://support.metabox.io/topic/show-the-frontend-custom-user-profile-image-within-mb-admin-columns/#post-44343then use the WordPress function date_i18n() to display time in localized format.
[SOLVED] Works great. Thank you.
Eugene
Participantmust be passed as a numeric value, not a string.
It works, thanks man!
Eugene
ParticipantStrange, it just doesn't work properly and ignores this option even though all the settings appear to be correct.
This is a local installation and I can’t share the login credentials so you can investigate the problem, I’ll try to do it on staging. All other custom options like Conditions just works. The only problem is the max_clone setting.Are there any chances that the Required setting will be added to the UI? The only reason I use the code is the lack of this option in the Relationship field interface.
Thank you for the reply.
Eugene
ParticipantSorry, actual code doesn't contain "strong" tags. Just wanted to highlight the problem setting.
'field' => [ 'max_clone' => '1', 'required' => true, ],p.s. by the way, where is the post edit button?)
Eugene
ParticipantHi Peter,
Thx for the tips, I'll try
Eugene
ParticipantStrange enough that Metabox don't have such basic thing in comparison with ACF. Any plans for implement? Would be nice update for URL field.
Eugene
ParticipantManually updated CPT plugin inside AIO package — now it works 🙂
It seems I chose the wrong forum for the issue description.
CPT inside Metabox AIO will also be fixed with next update?Thank you.
Eugene
ParticipantAny info about issue?
Eugene
ParticipantHi,
That function works, as I said before.
I change it to «portfolio-item» for example. — https://imgur.com/a/yPWe67ZNow archive url changes to mysite/portfolio-item/
and posts url also changes.Then if I change «Custom archive slug» option to «projects» for example — nothing happens.
https://imgur.com/a/UKHDNqlArchive and posts urls are the same — portfolio-item.
If I remove «Custom rewrite slug» everything reverts to default CPT slug.
-
AuthorPosts