ckfinder

Ck editor file uploading - getting internal server error 500

Hi, We have a web site with domain http://209.59.154.150/~phnxaudi/,. To develop this website we have used Joomla framework, and we have used Ckeditor in it, for uploading files(pdf, images etc ). Also we have installed Ckeditor in the server. But for some reason we are getting an internal 500 server error. Could anyone please help us ...

AJAX POST problems with CKFinder

We're using CKFinder for one of our sites, which has been working fine for us until we moved to a new dedicated server (which is similar but not exactly the same as the old server). Now we cant upload, the AJAX request simply never finishes. From monitoring it in Firebug it attempts to POST to here: http://www.site.com/temp/ckfinder/cor...

Integrating CKFinder with InnovaStudio WYSIWYG Editor

I use InnovaStudio WYSIWYG Editor, and I am trying to replace InnovaStudio's Asset Manager with CKFinder. There's a line in the editor configuration for what URL to use for the asset manager. I have pointed it at CKFinder. The part I can't get to work is getting the field to populate with the double-clicked file's path from CKFinder. It...

ckfinder wont recognize role?

Hi everyone, if somebody could help with this please. I am trying to incorporate ckeditor and ckfinder to an Asp.Net Mvc 1 project. SO far everything is working fine. The only thing I cann't get to work right is the Access Control for ckfinder. For what I understand, in the file ckfinder/config.ascx, the variable string RoleSessionVar...

ckFinder with zend framework

Does anyone know how to get ckFinder working with zend framework? I am getting a XML request error: OK (500) URL requested: "http://localhost/public/scripts/ckeditor/plugins/ckfinder/core/connector/php/connector.php?command=Init&langCode=en" Server response: Status: 500 Response text: I have tried just setting the CheckAuthenticat...

Is KCFinder a legal alternative to CKFinder

On the one hand there is http://ckfinder.com/ CKFinder or the people behind it have always been very vague about their licenses when we asked information about them, so we aren't really fond of using their commercially licensed products. So I've looked for an alternative and found http://kcfinder.sunhater.com which comes with an LGPL l...

private upload folders for each user with CKFINDER

Hallo, I would like to have ckfinder upload files in a private folder based on user_id. Is there any way to accomplish this? How can i call the config.php file to change the settings dynamically for each ckeditor.replace() .... Greetings David ...

ckeditor-ckfinder default attributes (width and height) to uploaded images

when i upload images using ckfinder in the ckeditor the image displays nicely using css width & height. i would like images to have default width and height attributes. How can i accoumplish that? greetings David ...

ckfinder image resize

Hello, After selecting or uploading an image with the ckfinder, the user can change the width and height. I want it to automatically resize the image to the width and height the user sets. Is that possible? I thaught that the ajax image resizer would fix that but can't get it to work. Somebody has experience with an automatic width and...

Are there any examples/instructions on how to use AWS S3 with CKFinder?

I want to use AWS's S3 service to host files and images for my site, but I also want to use CKEditor & CKFinder for the editor. Are there any examples of integrating AWS & CKFinder? ...

wysiwyg editor opensource

Hey I am looking for a Ck editor Ck finder that is free and open source. http://ckeditor.com/ MIT License would be the best XD but even a GPL one would be awsome. Personally For my site I use Ck and love it but I want to release it as a framework : / ...

CKEditor with CKFinder - disable FileBrowser, Keep Upload functionality

Hello! I am using CKFinder integrated in CKEditor. I want to keep the Upload feature active, but scrap the Browse Server option as I don't want users doing this. How can I do this? Thank you. ...

CKFinder image upload name

Hello! Can I influence (change) the image that's uploaded name? Thank you. ...

How to integrate CKFinder with CKEditor?

How do you integrate CKFinder with the new CKEditor. It is very underdocumented on the website, and i am literally getting nowhere. A step by step guide would be greatly appreciate as, as far as i am aware.. this is the only free/good image upload solution for a wysiwyg editor that is any good. Can someone confirm? Thanks ...

Image in CKFinder browser exist, but I can't find the image..

Hi everyone, I'm using CKFinder 1.4.3, integrated with CKEditor. I use it with CI. The upload folder of CKFinder is named 'uploads'. And then, I modified an .htaccess file, like this: RewriteRule ^(ckeditor|ckfinder|uploads)/(.*)$ webroot/$1/$2 [L] So, when i want to see the image , the url would be like this: http://blabla.com/upload...

flickr plugin for CKEditor / CKFinder

I've done a google search and can't seem to find one anyone know if one exists or not ? Hopefully it would allow the user to select a photo from flicker to put into the ckeditor area with the correct url .. and for bonus it would be cool if they could browse for an image that would get posted to flicker and be put in editor with the cor...

I Need Help Modifying CKEditor's Default Image Property Paths

I am using CKEditor with Drupal 6.19. I have tried my installation with both CKFinder and IMCE. When an image is inserted from the image browser into the Image Properties window, CKEditor gets a url similar to: /sites/example.com/files/images/my_image.jpg I want CKEditor to simply have: /files/images/my_image.jpg file structure of my...