[solved]FCKEditor - how to extend allowed file extensions?

Questions about how to use the online - editors and suggestions how to improve them
Post Reply
manu
Posts: 1090
Joined: Wed Jun 04, 2008 12:05 pm
Location: St. Gallen - Schweiz
Contact:

[solved]FCKEditor - how to extend allowed file extensions?

Post by manu » Mon Jan 10, 2011 8:56 pm

I thought it might by simple (FCKConfig.LinkUploadAllowedExtensions = docx|xlsx in FCKeditor/custom_configurations/fckconfig_cmsimple.js) but no way, neighter in FCKeditor/fckconfig.js.
What's wrong?
Regards
manu

EDIT:
FCKeditor/editor/filemanager/connectors/php/config.php:
line 152: $Config['AllowedExtensions']['File'] =..
line 180: $Config['AllowedExtensions']['Downloads']=..

Great if the extensions (MS Office 2007 & up) will be actualized in the next release.
It's a bit confusing where to set the allowed extension.

Post Reply