Questions tagged [ckfinder3]
20 questions
2
votes
0 answers
SyliusCmsPlugin with CKFinder
did anybody successfully integrated CKFinder to CMS plugin ?
I used ckfinder/ckfinder-symfony-bundle, got it installed, downloaded, assets installed, added to default
bitbag_sylius_cms_plugin configuration
fos_ck_editor:
default_config:…

mysiar
- 430
- 1
- 5
- 14
2
votes
0 answers
ckfinder ImagePreview vs Thubnail
I've been banging my head for hours now, and hope someone had come across this problem and will be able to help me.
CKFinder doesn't show thumb images :(
When I get a list of images in a folder thumb images do not show but if I preview an image it…

JamesP
- 137
- 1
- 11
1
vote
1 answer
How to config and use ckFinder 3 with ASP.NET Core 6?
How to config and use ckFinder in ckeditor5 and connect to ASP.NET Core 6 (.NET Core - not .NET Standard).

Saman Bahrekazemi
- 23
- 4
1
vote
0 answers
embeding any file type related tag to editor when selecting from ckfinder in ckeditor 5
I need to embed any file type related tag to editor when selecting from ckfinder , but I could not do it after awhile.
for example now when I upload a video file from ckfinder and select it to add to editor , just link for the file added to editor…

leila Eskandari
- 11
- 3
1
vote
0 answers
Spring Boot additional servlet registration
I have a Spring Boot Web MVC application, that sits at the root of the application. I am trying to add a third party servlet (CKFinder Java connector) to this application.
I have achieved this with the following:
@Bean
public…

Chris Clayson
- 11
- 2
1
vote
0 answers
CkFinder recreating thumbnails every time
When viewing the list of uploaded images, the request to view the thumbnail first deletes all the thumbnails for that image, then checks to see if they exist, then re-creates them; even if the image hasn't been changed.
I'm using a custom back-end…

Sora2455
- 744
- 7
- 25
1
vote
1 answer
CkEditor5 and CKFinder
Really basic question I hope.
I keep getting a 'no upload adapter' error message in the console when I try to add an image using CKeditor 5 - Read more:…

Paul Wright
- 384
- 3
- 9
1
vote
0 answers
Send extra attribute from CKFinder to CKEditor 5
My goal is simple: I want to add extra attributes to an img tag in CKEditor; e.g.:
.
I built my Python connector; I added my upcast/downcast to CKE, but I still don't fully understand how to send the data-attr…

tclimber
- 11
- 1
1
vote
0 answers
change default window of ckfinder3 that integrated with ckeditor5 in laravel
in shortcut: filebrowserBrowseUrl is not working or missing in ckeditor5 and ckfinder3
in details :
I am trying to add ckfinder3 to the editor ckeditor5 with Laravel project, and I have already done that and everything is fine.
my full code of…

khalid J-A
- 574
- 1
- 7
- 19
0
votes
0 answers
CKFinder 'File upload is not allowed' message when trying to upload
I'm trying out the demo of CKEditor with CKFinder in Angular, and I got the CKFinder module running. When I open the file manager modal in the editor, I get to see a bunch of pictures of which I have no idea where they come from; and when I drop an…

paddotk
- 1,359
- 17
- 31
0
votes
0 answers
CKFinder PHP- How to store files in different folders created with the name of month
I want to store files in the folder which name is the month of uploading?
How to make it happen?
I use the CKFinder 3.5.
I found some solution on the web, but they doesn't work on version 3.5.
$sServerDir =…

Kaaogin
- 1
0
votes
0 answers
I am trying to use ckfinder and I am getting error
I am using var ckEditorCdn: string ="//cdn.ckeditor.com/4.19.1/full-all/ckeditor.js";
SPComponentLoader.loadScript(ckEditorCdn, {
globalExportsName: "CKEDITOR",
}).then((CKEDITOR: any): void => {
if (this.properties.inline == null ||…

Ashwin Ch
- 1
- 1
0
votes
0 answers
How to create a thumbnail with a special path and file name on CKFinder 3?
How to create a thumbnail with a special path and file name on CKFinder 3?
Currently, I am using CKFinder 3.5.3 PHP with a PrivThumbPregenerator plugin.
By default, CKFinder creates thumbnails in [thumbnail path]/api.png/api__150x150.png, [thumbnail…

Dashzeveg Galbadrakh
- 666
- 1
- 8
- 22
0
votes
1 answer
How to create multiple thumbnails on CKFinder 3?
I am using CKFinder PHP 3.5.3.
When I upload an image, it creates only one default 150x150 thumbnail currently.
I tried the following configuration of a thumbnail on the config.php, but it doesn't work:
$config['thumbnails'] = array(
'enabled' …

Dashzeveg Galbadrakh
- 666
- 1
- 8
- 22
0
votes
0 answers
Updating CKFinder 3.3 to 3.5 requires a new li8cense
I have Enterprise license of CKFinder 3 and currently using CKFinder 3.3 with Asp.Net.
.Net Framework 4.6
I upgraded from CKFinder 3.3 to 3.5.2.
For this I had to changed project's targetFramework to .Net Framework 4.6.1
But after updating I see…

Vaibhav Kulkarni
- 1
- 1