Meta Box + 29 Extensions

Meta Box v1.31.1 + v5.10.5 [NULLED]

No permission to download

blow

Well-known member
Trusted Uploader
Jan 10, 2019
655
798
100
Thanks a lot @promowp :love:

Meta Box AIO Changelog

1.15.2 - 2021-10-25

MB Custom Post Type

  • Fix generated code if labels contain single quotes
  • Update list of Dashicons

MB Frontend Submission

  • Fix not detecting shortcode of edit page content in Oxygen Builder
  • Add filter mbfs_dashboard_query_args to modify the query args of posts in Dashboard
  • Fix post title/content are removed if the shortcode doesn't have post fields.

MB Relationships

  • Fix deleting post objects, relationships are not deleted

MB Settings Page

  • Fix style for fields in the Customizer
  • Improve style for no-boxes settings page

MB User Profile

  • Add email confirmation for registration form. Just add email_confirmation="true" to the form shortcode.

Meta Box Builder

  • Admin columns: list correct columns for terms and users, also set default value for column position.
  • Update list of Dashicons
  • Delete clone option for taxonomy field as it's not cloneable
  • Set default value of textarea field as a textarea, not input
 

lijoe

New member
Jan 2, 2019
9
4
3

Metabox Core Plugin activation snippet

Using this snippet in theme (or child theme) functions.php to remove license warning and to change license status to 'active' in the metabox core plugin. Saves me from manually editing core plugin files on metabox core plugin update.

After adding this snippet to functions.php, go to metabox license option page. The license will be added automatically once the page loads.

PHP:
add_action('admin_head', 'meta_box_add_license');
function meta_box_add_license() {
    if( !is_admin() ) {
        return;
    }
    global $hook_suffix;
    if ($hook_suffix == 'meta-box_page_meta-box-updater') {
        $value[ 'status'] = 'active';
        $value[ 'plugins'] = [];
        $value[ 'notification_dismissed' ] = true;
        $value[ 'notification_dismissed_time'] = time() * 2;
        $value[ 'api_key'] = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx';
        update_option ('meta_box_updater', $value);
    }
}

metabox-screenshot.png
 
Last edited:

tharlab

Member
Feb 2, 2021
96
16
8
how about pro extension integration limitation,
metabox core (not nulled, as I know) also block pro extension integration


Metabox Core Plugin activation snippet

Using this snippet in theme (or child theme) functions.php to remove license warning and to change license status to 'active' in the metabox core plugin. Saves me from manually editing core plugin files on metabox core plugin update.

After adding this snippet to functions.php, go to metabox license option page and just press 'save changes' button. No need to enter anything in the license key field. You will get invalid license warning upon pressing the button. Reload the page and all should be okay.

PHP:
add_action('updated_option', function( $option_name, $old_value, $value ) {
     if ($option_name == 'meta_box_updater') {
        $value[ 'status'] = 'active';
        $value[ 'notification_dismissed' ] = true;
        $value[ 'notification_dismissed_time'] = time() * 2;
        $value[ 'api_key'] = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx';
     }
     update_option ($option_name, $value);
}, 10, 3);

metabox-screenshot.png
 

lijoe

New member
Jan 2, 2019
9
4
3
how about pro extension integration limitation,
metabox core (not nulled, as I know) also block pro extension integration
Not sure what you mean but I am using the AIO addon and have all the extensions enabled and working fine.
Disabled AIO and installed a few individual addons and found them working fine as well.
 
  • Like
Reactions: Pixelate

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
650
1,278
100
Universe
Hello sorry to disturb all found solution just installed Free Metabox from Wordpress Repository and added Code using Snippets.. it's working perfectly thanks
 
  • Like
Reactions: JRGWxRxZ

blow

Well-known member
Trusted Uploader
Jan 10, 2019
655
798
100
Metabox v5.5.1 Nulled (Core Plugin)

I used NullMaster's method to null it... (y)

Changelog:

5.5.1 – 2021-12-15​

  • Fix warning for post field caused by the search by post title

5.5.0 – 2021-12-14​

  • Add min_clone parameter to set the minimum number of clones. Props @baden03.
  • Post field: find by title only
  • Meta Box Builder compatibility: parse choice options in real-time
  • Prevent inputs overflow the container
It's upgrade time again, can we get the new AIO? @tornavida @promowp :love:
 

Attachments

  • meta-box.5.5.1.n.zip
    324.9 KB · Views: 50
  • Love
Reactions: JRGWxRxZ

tornavida

Member
Sep 2, 2020
47
21
8
Metabox v5.5.1 Nulled (Core Plugin)

I used NullMaster's method to null it... (y)

Changelog:

5.5.1 – 2021-12-15​

  • Fix warning for post field caused by the search by post title

5.5.0 – 2021-12-14​

  • Add min_clone parameter to set the minimum number of clones. Props @baden03.
  • Post field: find by title only
  • Meta Box Builder compatibility: parse choice options in real-time
  • Prevent inputs overflow the container
It's upgrade time again, can we get the new AIO? @tornavida @promowp :love:
Meta Box AIO1.15.3Dec 15, 2021
Untouched
 

Attachments

  • meta-box-aio 1.15.3.zip
    1.3 MB · Views: 60

tornavida

Member
Sep 2, 2020
47
21
8

Attachments

  • mb-custom-table 2.0.0.zip
    23.6 KB · Views: 31
  • mb-blocks 1.4.0.zip
    25.7 KB · Views: 29
  • mb-frontend-submission 3.1.5.zip
    39.3 KB · Views: 27
  • mb-settings-page 2.1.4.zip
    29.3 KB · Views: 32
  • mb-term-meta 1.2.10.zip
    11.1 KB · Views: 30
  • mb-user-avatar 1.0.0.zip
    13.4 KB · Views: 27
  • mb-user-profile 1.8.0.zip
    40 KB · Views: 28
  • meta-box-group 1.3.12.zip
    9.8 KB · Views: 33
  • meta-box-conditional-logic 1.6.14.zip
    8 KB · Views: 34
  • meta-box-builder 4.1.8.zip
    541.1 KB · Views: 36

torsky

New member
Mar 28, 2021
25
9
3
Can anyone comment on which one has the most negligible overhead, Metabox.io or ACF Pro? What do you prefer and why?
 

tornavida

Member
Sep 2, 2020
47
21
8
Can anyone comment on which one has the most negligible overhead, Metabox.io or ACF Pro? What do you prefer and why?
ACF is ahead in terms of plugin compatibility. Also, ACF might be a little easier to use for new users. But Metabox.io has a lot of features that are not available in ACF (but can be provided with third-party plugins). For example, Metabox can make queries faster thanks to the custom table addon. This can be important if you have heavy content.

Here is a detailed comparison:
 
Last edited:

KaoVN

Well-known member
Null Master
Trusted Uploader
Oct 15, 2019
627
722
100
KaoVN

MetaBox - Builder v4.1.9​

MetaBox - Geolocation v1.3.2​

 

Attachments

  • mb-addon-geolocation-v1.3.2.zip
    5.5 KB · Views: 13
  • mb-addon-box-builder-v4.1.9.zip
    541.5 KB · Views: 20

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu