Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Allow Upload of Addiontional File Type #500176

    OK – I finally got it all worked out with the PlugIn that you suggested. Thank you for all of your help with this, I appreciate it!

    Thanks!

    John

    in reply to: Allow Upload of Addiontional File Type #500172

    When I put this code at the end (or anyplace in the middle) of the ‘functions.php’ file it says:

    Parse error: syntax error, unexpected ‘}’ in /homepages/46/d397469458/htdocs/clickandbuilds/WordPress/MyCMS2/wp-includes/functions.php on line 5004

    in reply to: Allow Upload of Addiontional File Type #500168

    Hi – I tried the plugin you suggested, but it doesn’t support my file type, so I’ll try the code you provided. It goes in the ‘functions.php’ file, right? Any particular location of the file? Also, I have looked at this, but I don’t see a difference. Can you enlighten me? Thanks again!

    in reply to: Allow Upload of Addiontional File Type #500162

    function my_myme_types($mime_types){
    $mime_types[‘prf’] = ‘image/prf’; //Adding prf extension
    return $mime_types;
    }
    add_filter(‘upload_mimes’, ‘my_myme_types’, 1, 1);

    in reply to: Allow Upload of Addiontional File Type #500158

    Hi – I tried this, but it doesn’t work. Using this method the website won’t load and shows an error on a white screen. I amy not be adding the correct information or inserting this in the wrong file, etc. Any other information you can provide? Thanks in advance.

Viewing 5 posts - 1 through 5 (of 5 total)