• Resolved moxymore

    (@moxymore)


    Hi there,

    I’m plainly satisfied with ACF Pro… but I’m curious concerning your plugin. You seems to have a great community behind you, and the plugin seems developped enough to do a lot of things.

    I have red a lot of informations during the last hour, but can you please tells me what CMB2 offers more than ACF Pro? I can consider to switch to CMB2, but I really want to see what more than ACF I can do with it.

    Thank you.

    Regards.

    • This topic was modified 5 years, 10 months ago by moxymore.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Justin Sternberg

    (@jtsternberg)

    This is an excellent question that I’m not sure we’re the MOST qualified to answer, but I will say that ACF Pro is an incredible plugin, especially considering that it is maintained/supported through the premium model. Everything we do w/ CMB2 is free and community supported and developed.

    As with almost all comparisons, it really comes down to the things you are needing out of your tools, and what works best for you.

    A few key differences:

    • CMB2 is free as well as all addons/extensions that I know of.
    • ACF has a UI for adding boxes/fields, CMB2 does not (it has a robust developer API for registering those things — think of things like register_post_type()).
    • CMB2 can be bundled as a library with any other plugin or theme and it will just work. A lot of work went into the loader aspect of CMB2 to make sure that only one version of the library will load, and always the most current versions.

    A few notes re: CMB2

    • Community support, no paid support option
    • Extensive documentation and examples (also see the snippet library)
    • Strong commitment and track record with maintaining backwards-compatibility.

    Hopefully that helps a bit. Feel free to ask any additional questions you may have. Bottom line: both are great projects, but with different philosophies and sustaining models

    Thread Starter moxymore

    (@moxymore)

    Thank you for your answer. Greetly appreciated.

    Thread Starter moxymore

    (@moxymore)

    Hmmm, I’m coming back to you for a question : does CMB2 offers something to put custom fields in custom tables?

    My project isn’t finished yet, but I have already to deal with a dozen of CPT, 5 taxonomies for each, 5 meta fields… and then thinking about the future of this project by not being bottlenecked by queries is mandatory. (in a near future, each article will have at least a query containing a minimum of 10 related products, queried by taxonomy/meta or relationship field).

    • This reply was modified 5 years, 9 months ago by moxymore.
    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Nothing officially, but there are hooks during the fetching/saving process that can be used to intercept data being processed, and you could do whatever you want with it at that time.

    As a quick example, I’ve set up a plugin that utilizes CMB2 to have both a metabox and an options page option that both save to the same option. If I recall right, the wp_option is where we want the info saved to, so we bypass the postmeta table in that example.

    Plugin Author Justin Sternberg

    (@jtsternberg)

    If going the route of custom tables, might want to check out this repo: https://github.com/rubengc/CT

    I have an example of working with custom tables…it is working GREAT!

    https://gist.github.com/dskurth/d56744de4ae076c417f59b2a459eaf4b

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can someone tells me what more CMB2 offers compared to ACF plugin?’ is closed to new replies.