Last support topics

Totally 108 solved problems
Go to the products list

logo
CKEditor Quick Image Upload

The .NET uploader returns a message to the user, if the ImageMaxSize is exceeded. However, the message seems to be hardcoded in Russian: "Недопустимый размер файла"
With the uploader being hardcoded in a DLL, how can I translate the message?
If it's not possible in the current version, can you please e.g. put the messages in settings in the web.config along with the other appSettings? Or put it in editable resource files in the plugin-dir.

logo
CKEditor Quick Image Preview Upload

1. Q:Hooking into default CKEditor file drag drop:
Currently this plugin can be bypassed by dragging and dropping an image directly into CKEditor. I know there is a way to disable it. Is there a way to keep the functionality and hook this plugin into it to automatically thumbnail the image and allow preview?
2. Q: New Window for original/larger image size in viewing the post/preview
Is there a way to disable image lightbox and instead offer new window of the image? Essential for mobile that can't handle the modals.

logo
CKEditor Quick Image Upload
Toolbar configuration
1 replies Solved

not sure if this is a bug or a failure in my configuration knowledge but unless I have 'Image' specified as a toolbar button I am not able to save <img/> tags into source so your image upload plugin does not function. I do not want the standard Image link to remote source dialog as it does not work for my application. How can I get it to work by just specifying 'doksoft_image' in my toolbar config. I have copied my toolbar confir below so you can test it.
toolbar:
code][
name: 'clipboard', items : [ 'Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },
name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] },
name: 'insert', items : [ 'doksoft_image', 'Table','HorizontalRule','PageBreak' ] },
name: 'styles', items : [ 'Format','Font','FontSize' ] },
name: 'colors', items : [ 'TextColor','BGColor' ] },
name: 'tools', items : [ 'Maximize', 'ShowBlocks' ] }
code]

logo
CKEditor Quick File Upload
File upload+ API
1 replies Solved

there,
A couple of questions.
1) Is there a way to add post data to the file upload? I need some data to go with the post so I know how to store the images.
2) Is there a callback with status etc on completion?
Rich

logo
CKEditor Quick Image Preview Upload

I'm trying to install "CKEditor Image Preview Upload+". My site is a ASP.NET based site.
The plugin works perfectly in Chrome and Firefox, i.e. files are uploaded and handled as they should. However, when uploading the exact same files in Internet Explorer (IE11) I get the following error:
The given path's format is not supported"
And the file are NOT uploaded.
I have tried changing the IE "document mode" to emulate earlier versions, but it doesn't help.
Any ideas?

logo
CKEditor YouTube

I would like to disable the info bars YouTube creates with every video, since they cover too much of the content. I found a line of code which seems to do the trick:
code]modestbranding=1;autohide=1&showinfo=0&controls=0;[/code]
But I don't know where to drop that. I checked within the plugin.js and the youtube.js but I can't find the right spot.
Is there any way to disable these bars?

logo
CKEditor Bootstrap Bundle 3-in-1 OE
IE10
3 replies Solved

Is there a way to get this to work in IE10? Just purchased and realised it wasn't working in IE...and the demo doesn't work for me on IE10 either -is there a fix?

logo
CKEditor Google Maps
Localization
1 replies Solved

Is there a way to localize Google maps plugin? I need to translate it to swedish. Either manually edit the js file, or preferably to use some option with separate language files.

logo
TinyMCE Include CSS & JS
TinyMCE Include CSS & JS
1 replies Solved

I'm new here. I wonder if you can help me with a question I have?
Does TinyMCE Include CSS & JS have a button for changing the background colors? Or do you have to edit the code to change the color each time you want the background colour to be different?
I have v 3.5.10 of TinyMCE, I suppose the plugin works fine.

logo
CKEditor YouTube
No work YouTube link
7 replies Solved

No work yadi.sk/i/qY1HCyVbY57kU
what do?

logo
CKEditor Table Insert
Table insert title
1 replies Solved

I need in "Table Insert" insert <th> for first row optionaly, how this made in original
yadi.sk/i/WmrU7QVxY3E4j
Can do?

logo
CKEditor Quick Image Upload
Invalid file extension
1 replies Solved

How i can change this text "Invalid file extension" in my text

logo
CKEditor Font Awesome

I recently purchased CKEditor Font Awesome but it doesn't work in asp net pages: when i put an icon and switch in source mode ckeditor the icon disappear.
Is this plugin only for php?

logo
CKEditor Quick File Upload

All -
I've been using File Uploader in a recent project - and it works really well. The only problem is that it always uses the same default text for the link: Download file.
I would like to change this to show the filename of the file as the link, eg: myDocument.pdf
I have looked at the code in the plugin which is easy to edit:
code]"+"Download file"+"[/code]
I have tried:
code]"+"{FILE}"+"[/code]
but this includes the file path - so not perfect.
How can I insert just the filename?

logo
CKEditor Quick Image Upload
Remove "img" tag
1 replies Solved

is it possible to remove the html tag "<img>" after upload?
All I need is the file name, without any html tags.