Support Forum » User Profile

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • criv23criv23
    Participant

    Hi Anh,

    Switching option to extensions also works in 1.6.17.

    criv23criv23
    Participant

    I'm not sure what's causing it either. I deactivated every other plugin when I had 1.6.18 installed and it still wasn't working so it couldn't have been a compatibility issue.

    Here are the only two metabox filters I have in my functions.php :

    add_filter( 'mb_aio_load_free_extensions', '__return_false' );
    
    add_filter( 'mb_aio_extensions', function( $extensions ) {
        $extensions = ['mb-admin-columns','mb-settings-page','mb-user-meta','meta-box-builder','meta-box-columns','meta-box-conditional-logic','meta-box-group','meta-box-show-hide','meta-box-tabs','meta-box-updater','mb-term-meta'];
    
        return $option;
    } );

    Let me know if you need any more info and I can help!

    criv23criv23
    Participant

    Thanks Anh! I just tested 1.6.17 and that does work for me. So something in 1.6.18 is causing it to not save the data.

    criv23criv23
    Participant

    Yes, I'm using 1.6.18. I believe it was working on 1.6.17 or 1.6.16.

    Whatever version it was on during 12/26 is when it was working. Is there a way to download previous releases? If so, I can let you know which version was working.

    criv23criv23
    Participant

    I may be experiencing the same issue. Any extensions I select do not remain checked. I also have them set in a filter but they are still showing as unchecked:

    add_filter( 'mb_aio_extensions', function( $extensions ) {
        $extensions = ['mb-admin-columns','mb-settings-page','mb-user-meta','meta-box-builder','meta-box-columns','meta-box-conditional-logic','meta-box-group','meta-box-show-hide','meta-box-tabs','meta-box-updater','mb-term-meta'];
    
        return $option;
    } );

    The same can be said for the Dashboard checkbox like Theodore mentioned.

    I can tell the plugins are not activated because my tabs, groups, etc. are not displaying correctly. If I install one of the plugins separately (e.g. meta-box-tabs), my tabs show up correctly. This was working fine around 12/26.

    Any help would be appreciated.

Viewing 5 posts - 1 through 5 (of 5 total)