Questions tagged [ckfinder]

CKFinder is a powerful Ajax file manager for web browsers which offers: drag-and-drop support, multiple file uploads, multi-language support, quality image thumbnails, a powerful ACL system and support for user roles. Supported languages: ASP, ASP.NET, ColdFusion, Java and PHP.

410 questions
3
votes
2 answers

CKFinder - how to use imageresize plugin?

Can anyone give me any tips, or point to documentation, on how to use the imageresize plugin for CKFinder, I can find nothing on this at all? Thanks, Toby
toby1kenobi
  • 1,609
  • 1
  • 14
  • 24
3
votes
1 answer

How to integrate CKFinder with CKEditor in CodeIgniter?

I have researched this and I have found many ways of integrating CKEditor but I'm having trouble integrating CKFinder. My website was created by someone else but I feel I can integrate this myself. The website contains articles and I have a 'view'…
LikeToCode
  • 31
  • 1
  • 3
3
votes
1 answer

CKFinder 3 Returning Wrong URLs for Selected Files

I've encountered a strange problem while integrating the ASP.NET version of CKFinder 3 on my site. I'm creating a modal instance to select a file to populate the value of a field but, instead of the expected URL of…
Shaggy
  • 6,696
  • 2
  • 25
  • 45
3
votes
3 answers

CKEditor toolbar configuration not working

I recently started working with CKEditor, but the toolbar has functions we will not be using. I tried copying the code from the online toolbar configuration, but the toolbar doesn't change. my config.js file looks like this: CKEDITOR.editorConfig =…
CopperRabbit
  • 646
  • 3
  • 7
  • 24
3
votes
1 answer

CKFinder "Edit" features does not work when working on different domains

We are evaluating CKFinder, at the moment we have this situation: app.domain.com hosts our JS application included ckfinder.js api.domain.com hosts the connector.php Please note they are on different domains. We are able to view files and…
GibboK
  • 71,848
  • 143
  • 435
  • 658
3
votes
1 answer

CKFinder how to get dimension URL and Dimension (width/height) when choosing an image (files:choose)?

I am using CkFinder 3, after uploading successfully an image I need to be able to detect after an User click the "Chose" button: file name / id url width and height for original image At the moment I am using the files:choose but I cannot find…
GibboK
  • 71,848
  • 143
  • 435
  • 658
3
votes
2 answers

CKfinder is always displaying blank screen when trying to use browse server option

I am using ckeditor/ckfinder in my application to update the xml files content. While the update of xml content is working fine in this project, the browse server functionality is not working. When I click on the browse server functionality it only…
funsukvangdu
  • 1,621
  • 4
  • 20
  • 33
3
votes
1 answer

Ckfinder & Ckeditor in Symfony2 with no bundle

I would like to simply use Ckfinder with Ckeditor in Symfony2 without any bundle. Ckeditor works well already, and Ckfinder is matched with my Ckeditor's textarea. But, when I want to add a picture from the server, I have this error : "The file…
user4457363
3
votes
1 answer

Unable to open CKFinder - Invalid resource type

I'm trying to set up a new instance of CKFinder 3 (integrated with CKEditor) and am racking my brain trying to track down and resolve this problem. Sorry for the wall of text. When I try to open the Browse window (as soon as the window is opened), I…
scottb
  • 31
  • 1
  • 2
3
votes
1 answer

CKFinder 3 can't upload files

I have a problem with the implementation of CKFinder 3. Everything works fine, except the uploading of files and images. When I click on upload. I choose a file on my pc and then it gives me an error message called: Upload finished with errors. When…
EddieAjax
  • 33
  • 1
  • 4
3
votes
1 answer

ckeditor do not work when i add extraPlugins

i have uploaded codesnippet plugin inside /ckeditor/plugins/ directory. My config.js file codes are: CKEDITOR.editorConfig = function( config ) { config.toolbar = [ { name: 'basic', items: [ 'Bold', 'Italic', 'Underline' ]…
Rinku
  • 1,175
  • 1
  • 12
  • 13
3
votes
0 answers

CKFinder standalone .popup() setting language does not work

Good day. I usually opened CKFinder standalone as following: function browseServer(inputId) { var finder = new CKFinder( ); finder.BasePath = '/ckfinder/' ; finder.SelectFunction = setFileField ; finder.SelectFunctionData = inputId…
fabpico
  • 2,628
  • 4
  • 26
  • 43
3
votes
1 answer

ckfinder how do I check what version I have?

I'm working with ckeditor and ckfinder. does anyone know how to check what version of ckfinder I have? is there a javascript of php code for this? in CKEditor I can add a button 'about' in the toolbar. but I can't find it in ckfinder
Ralph Schipper
  • 701
  • 2
  • 12
  • 24
3
votes
1 answer

CKEditor - CKFinder won't create thumbnail automatically after i upload image

In ckeditor ( with ckfinder ) I can upload image normally, but it won't create thumbnail before I click the "Browser Server" button, which means I have to use the browse server function to make it create thumbnail manually. Is there any way ( PHP )…
Jana
  • 432
  • 4
  • 18
3
votes
1 answer

Customize baseUrl and baseDir in CKFinder

We use CKEditor and CKFinder for Coldfusion in many of our CMS applications. These apps point to different sites on our server, so we want CKFinder setup to upload files to directories specific to each app. But we one want one shared location for…
Nick Petrie
  • 5,364
  • 11
  • 41
  • 50
1 2
3
27 28