Hello All,
I'm working on a intranet for my company. We have a mini application in the intranet that allows users to go in and write press releases and then submit them to the outside world. I decided to use CKEditor and CKFinder which are both great!
I placed the CKFinder on a External Webserver at: http://www.domain.com/ckfinder. I did this so that when the press releases are uploaded to the internet the path goes to a external webserver that everyone in the world can view not my company.
For testing sake I set the CheckAuthentication() method to TRUE. For the final update I'm going to use a $_GET['variable'] and place the an authentication code in the value. To authenticate the CKFinder.
My problem right now is when the CKFinder page loads up, it just says folders in the top left hand corner with no toolbar or list of folders. Is there a special configuration I need to change?
Here is how i'm loading it in my CKEditor:
CKEDITOR.replace('body',{ toolbar : 'Beacon', filebrowserBrowseUrl : 'http://www.domain.com/ckfinder/ckfinder.html', filebrowserImageBrowseUrl : 'http://www.domain.com/ckfinder/ckfinder.html?Type=Images', filebrowserUploadUrl : 'http://www.domain.com/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', filebrowserImageUploadUrl : 'http://www.domain.com/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', filebrowserWindowWidth : '1000', filebrowserWindowHeight : '700' });
Re: Upload Toolbar and Folders Not Appearing
Re: Upload Toolbar and Folders Not Appearing
Re: Upload Toolbar and Folders Not Appearing
Re: Upload Toolbar and Folders Not Appearing
Re: Upload Toolbar and Folders Not Appearing
Re: Upload Toolbar and Folders Not Appearing
How would I go about having CKfinder return a URL or path for the public server? Could you elaborate?
thanks.