Problem between Metabox and MB User Meta

Support MB User Meta Problem between Metabox and MB User Meta

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3756
    amministrazione@liquidfactory.it[email protected]
    Participant

    Hello everybody,
    I have the current version of Metabox 4.8.7 installed in my website.
    I needed some custom fields for the users so I installed the MB User meta extension, version 1.0.1.
    After I installed the extension my regular custom fields in the posts and pages started to have problems. When I saved a post, the custom fields didn't keep the values and it got blank. I tried to switch theme, turn off all the plugins, but it seems that there's a conflict between the main plugin (Metabox) and MB User Meta.
    In order to avoid the issue, I manually created the user custom fields that I needed instead using the extension.
    Any help?

    #3760
    paralexmediaparalexmedia
    Participant

    I've got the same issue, with MB User Meta active. The values are missing from existing fields on regular posts.

    Everything is up-to-date.

    Meta Box, User Meta, Settings, Columns, Groups, Tabs and Updater

    #3761
    paralexmediaparalexmedia
    Participant

    The fix (or bodge) is to add...

    if($_GET['post']) return;

    to mb-user-meta/inc/field.php

    on line 16. Right after "public static function init() {"

    This is good enough to tide me over until the fix comes out from Metabox.io

    Really great chunk of functionality guys, but not quite sure this was stable enough for a v1 tag.

    #3765
    Anh TranAnh Tran
    Keymaster

    Thanks for reporting. Just figured out the bug and updated the Term Meta extension. Please update it.

    Thanks
    Anh

    #3798
    FlikweertFlikweert
    Participant

    Hi,

    I have the same problem and made a screen recording: https://www.dropbox.com/s/l8ktq23sma2etrg/Metabox%20-%20User%20meta.mov?dl=0
    I am using the latest version of the plugin (version 1.0.2)

    #3799
    Anh TranAnh Tran
    Keymaster

    Hi @Flickweert,

    I've just updated the MB User Meta plugin as well. Please redownload it.

    Thanks
    Anh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem between Metabox and MB User Meta’ is closed to new replies.