CodeIgniter Forums
ckeditor is working but ckfinder is not working - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: ckeditor is working but ckfinder is not working (/showthread.php?tid=49401)



ckeditor is working but ckfinder is not working - El Forum - 02-18-2012

[eluser]ebuoe[/eluser]
hi every one , im creating a cms and i am making use of ckeditor i have succesfully integrated ckeditor , but i am yet to integrate ckfinder for it's file browser features ...

i have my ckeditor folder and my ckfinder folder in my root directory , i have followed the instructions in the documentaion to the letter and it is still not working

here is the section of the code that is suppose to trigger ckfinder

Code:
<textarea name="content" cols="67" rows="48" id="content"  ></textarea>
<?php echo display_ckeditor($ckeditor); ?>
[removed]
     CKEDITOR.replace( 'content',
    {
        filebrowserBrowseUrl : '/ckfinder/ckfinder.html',
        filebrowserImageBrowseUrl : '/ckfinder/ckfinder.html?Type=Images',
        filebrowserFlashBrowseUrl : '/ckfinder/ckfinder.html?Type=Flash',
        filebrowserUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
        filebrowserImageUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
        filebrowserFlashUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
    });
[removed]



ckeditor is working but ckfinder is not working - El Forum - 02-18-2012

[eluser]ebuoe[/eluser]
not to worry people i figured a way out


ckeditor is working but ckfinder is not working - El Forum - 03-02-2012

[eluser]Kobus M[/eluser]
Hi,

Care to share? I have the same issue - won't work. Thanks!

Kobus