• Resolved spaceallen

    (@spaceallen)


    Hello, first of all I’d like to thank you for the work you put in this plugin.
    Second, I have an issue when I try to use it on a multi-site, to be specific, it doesn’t recognize the Contact Form 7 plugin. When I try to see the contact forms through the CFDB7 plugin, it says “Please activate contact form 7 plugin.”.
    Am I missing something? Because I couldn’t find any information about the compatibility with a multi-site.

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Just go to inc -> admin-mainpage.php Command line number 41 to 45

     if ( ! in_array( 'contact-form-7/wp-contact-form-7.php', 
    	                       apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
    	           
    	           wp_die( 'Please activate <a href="https://www.ads-software.com/plugins/contact-form-7/" target="_blank">contact form 7</a> plugin.' );
    }
    Thread Starter spaceallen

    (@spaceallen)

    Thanks for the quick response, but that statement is already there word by word, as you wrote it.

    Plugin Author Arshid

    (@arshidkv12)

    That code is not needed just remove it ??

    • This reply was modified 7 years, 7 months ago by Arshid.
    Thread Starter spaceallen

    (@spaceallen)

    Ah, pardon my ignorance. Thank you very much!

    Will we have to do this for each update, or will it be resolved in future releases?

    this problem continues in the current version. Will they solve it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CFDB7 on multi-site’ is closed to new replies.