Hello,
With the ckfinder file manager, I edited my "config.php" to accept "pps" resource type and uploaded 2 new icons the folders core/images/icons/16 and /32 - but when uploading pps files (which are correctly now accepted) the icon isn't displayed. Any ideas?
Cheers!
- Aswell as adding the extention to the config.php file and uploading my icons to the icons/16 and icons/32 folders - I had to edit the 2 JS files located in /core/js
There is a regular extention which accepts the file extentions:
var aR={cw:/[^\.]+$/,hF:/^(jpg|gif|png|bmp|jpeg)$/i,jz:/^(ai|avi|bmp|cs|dll|doc|....
Needed to add my extention type in here to match the icons I uploaded and the extention I added to the config.
With the ckfinder file manager, I edited my "config.php" to accept "pps" resource type and uploaded 2 new icons the folders core/images/icons/16 and /32 - but when uploading pps files (which are correctly now accepted) the icon isn't displayed. Any ideas?
Cheers!
- Aswell as adding the extention to the config.php file and uploading my icons to the icons/16 and icons/32 folders - I had to edit the 2 JS files located in /core/js
There is a regular extention which accepts the file extentions:
var aR={cw:/[^\.]+$/,hF:/^(jpg|gif|png|bmp|jpeg)$/i,jz:/^(ai|avi|bmp|cs|dll|doc|....
Needed to add my extention type in here to match the icons I uploaded and the extention I added to the config.