Viewing 1 replies (of 1 total)
  • Edit plugin, search for ‘esdc_file_types’ and amend as follows:

    original code:

    <label for="esdc_file_types">
                <input type="text" id="esdc_file_types" name="esdc_file_types" value="<?php echo $option_string; ?>"> The types you want to track: eg. pdf,mp3,wma
            </label>

    amended code:

    <label for="esdc_file_types">
                <input type="text" id="esdc_file_types" name="esdc_file_types" value="<?php echo $option; ?>"> The types you want to track: eg. pdf,mp3,wma
            </label>

Viewing 1 replies (of 1 total)
  • The topic ‘Files types not saved’ is closed to new replies.