Topic: Update for the CKFinder plugin for Cutenews 2.0

The CKFinder plug-in for Cutenews 2.0 has been updated. Here are the installation instructions:

1. Place the CKFinder folder in the Cutenews root;
2. Copy the ckfinder.php file to cdata/plugins/ckfinder.php;
3. Enable the Use CKEditor option in the system configurations.

You can download the CKFinder plug-in from https://cutephp.com/cutenews/plugins.php.

Best regards,
CN Support team

2 (edited by 2014-02-05 15:08:07)

Re: Update for the CKFinder plugin for Cutenews 2.0

I was doing clean cutenews 2.0 install and added ckfinder plugin - so here's result :
http://mv.viljandimaa.ee/addnews.png

If I delete or comment out these lines from cdata/plugins/ckfinder.php those lines, then ckeditor works, but have no ckfinder (of course):

    $add_opt['filebrowserBrowseUrl']        = $http_dir . "/ckfinder/ckfinder.html";
     $add_opt['filebrowserImageBrowseUrl']   = $http_dir . "/ckfinder/ckfinder.html?type=Images";
     $add_opt['filebrowserFlashBrowseUrl']   = $http_dir . "/ckfinder/ckfinder.html?type=Flash";
     $add_opt['filebrowserUploadUrl']        = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files";
     $add_opt['filebrowserImageUploadUrl']   = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files";
     $add_opt['filebrowserFlashUploadUrl']   = $http_dir . "/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash";

I have set all permissions correctly, is there anything more I should do/know
http://mv.viljandimaa.ee/permissions.png

Re: Update for the CKFinder plugin for Cutenews 2.0

Am I the only one who ran into this problem?

Re: Update for the CKFinder plugin for Cutenews 2.0

Working here on three different server installations.
Does the plugin show in Dashboard>Plugins?

Re: Update for the CKFinder plugin for Cutenews 2.0

CKFinder has recently been updated, so it's better to update CuteNews from GitHub and then download CKFinder. Also, it's necessary to enable CKEditor in order for CKFinder to work. For that, go to Dashboard > System configurations, and tick the checkbox for Use CKEditor in news.

Best regards,
CN Support team

Re: Update for the CKFinder plugin for Cutenews 2.0

Now it works, thanks
It won't work with this version https://cutephp.com/click.php?cutenews_latest (downloadable from cutephp.com site)

Re: Update for the CKFinder plugin for Cutenews 2.0

Good trick, thanks