Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    There shouldn’t actually be a need to mess with this: As soon as you select a .htm or .html file for upload, or choose a URL, the import format will be set to HTML automatically, so that you should not have to select HTML manually.
    If you really want to set it manually, please try changing the line 439

    $data['import_format'] = ( ! empty( $_GET['import_format'] ) ) ? $_GET['import_format'] : false;

    in the file “controller-admin.php to

    $data['import_format'] = ( ! empty( $_GET['import_format'] ) ) ? $_GET['import_format'] : 'html';

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Change default import format (CSV to HTML)’ is closed to new replies.