Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Not sure if this is due to CouchCMS filename checker or the CKeditor uploader, maybe somebody knows. I want to upload "HiDP / Retina" compatible images, which are denoted with "filename@2x.jpg" type filenames. When uploaded, the files become "filename2x.jpg", because somewhere the "@" is stripped away.

I tried searching the files for this procedure, but did not find it. Which file should I edit, to leave my filenames alone when it comes to "@" symbols?

Thanks

Screenshot 2016-05-28 13.16.28.png
the problem here, system has at symbol, but it s gone after upload
Screenshot 2016-05-28 13.16.28.png (106.2 KiB) Viewed 2258 times
As a temporary hack, before new version comes, please comment out /couch/includes/kcfinder/core/uploader.php Line 373, going as
Code: Select all

/*
        $sNewFileName = $FUNCS->get_clean_url( $sNewFileName );
*/



Or upload via FTP :)
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Thanks, it works now
3 posts Page 1 of 1