• Resolved dave338

    (@dave338)


    Firstly – plugin works great. Thanks!

    Issue: When I imported from Novelist, the import stalled after 9 of 17 books. I deleted the plugin, cleaned up the database and reinstalled. The import stalled again in the same place. No problem. I entered all information by hand and deleted Novelist. All is good except I still have the message “Books currently being imported from Novelist.” that remains.

    Could you please tell me how to delete this message flag?
    Many thanks.
    Dave.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Sorry to hear the issues importing from Novelist.

    If you are comfortable adding your own code, you can use this to remove the notice:

    add_action('plugins_loaded', 'mbdb_remove_import_novelist_notice');
    function mbdb_remove_import_novelist_notice() {
    	MBDB()->helper_functions->remove_admin_notice( 'mbdb_import_novelist_books_process' );
    }

    If you do not know how to add the code, email me at support @ mooberrydreams.com (remove the spaces) and I can send you a plugin with that code.

    Thread Starter dave338

    (@dave338)

    Your solution worked perfectly.
    Thank you for the very fast response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import from Novelist flag remains’ is closed to new replies.