Announcement
Collapse
No announcement yet.
CKEditor Drag and Drop Image Upload
Collapse
This topic is closed.
X
This is a sticky topic.
X
X
-
Thanks for providing a video willie53. I still cannot do it. There must be something on my setup.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Ok it looks like copy paste upload only works in Firefox. I was using Chrome. I also tried in Edge and it didn't work.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
- Top
- Translate
- Bottom
Comment
-
To attach images from external sites, you can copy the image url and click the image icon in the editor and paste the url there. Or use [img] BBCode manually.
Another way is to drag the image directly from the external site and dropping it in the editor. This is an existing default editor feature and it works even without this mod.
- Top
- Translate
- Bottom
-
Just upgraded to vb 5.3.4 alpha just replaced the uploader.php with one i already edited then deleted the new js/ckeditor-rollup-534a4.js and renamed the existing 5.3.3.js to the new one
Wise men say nothing Fools never listen
- Top
- Translate
- Bottom
Comment
-
Updated to 5.3.4 Alpha and the mod works. However, it causes the disappearance of the underline button in Ckeditor. This is a well used and important function in my forum now gone missing.
Glenn, after I updated to 5.3.4 I checked to see whether the button was present and it was. After making the file edits it wasn't.
Enjoy,
William
- Top
- Translate
- Bottom
Comment
-
glennrocksvb i compared both the files for any changes using winmerge and there where no differences between themWise men say nothing Fools never listen
- Top
- Translate
- Bottom
Comment
-
Hi WilliamOriginally posted by William View PostUpdated to 5.3.4 Alpha and the mod works. However, it causes the disappearance of the underline button in Ckeditor. This is a well used and important function in my forum now gone missing.
Glenn, after I updated to 5.3.4 I checked to see whether the button was present and it was. After making the file edits it wasn't.
Enjoy,
William
untill this is working it can be achieved with bbcode like [b]so[/u] although not working as i think the bbcode has been turned off hereLast edited by willie53; 10-17-2017, 12:20 AM.Wise men say nothing Fools never listen
- Top
- Translate
- Bottom
Comment
-
I will look into the missing underline button issue. Thanks William for confirming it is caused by this mod.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
While waiting for the missing underline button issue (which might take a while to fix), you can highlight a text and use the CTRL+U (Command-U for Mac) keyboard shortcut to underline a text or manually use [u][/u] BBCode.Last edited by glennrocksvb; 10-17-2017, 07:54 AM.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
It looks like I found a fix! vB5 ships /js/ckeditor/config.js file as part of the vB5 package. But it is never ever actually used when the editor is loaded and initialized. But if you install this Drag and Drop Image Upload mod, this config.js file is used and all the configurations will take effect. One of the configurations is to remove the Underline button.
To fix this issue, you have to edit the /js/ckeditor/config.js file on your server using FTP or cPanel (or its equivalent).
Find the following line:
and then remove Underline, (include the trailing comma)Code:config.removeButtons = 'Underline,Subscript,Superscript';
You will have to clear your browser cache for it to get the latest version of config.js. If you are using CDN or CloudFlare, you would have to also purge the cache on their server.Code:config.removeButtons = 'Subscript,Superscript';

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 2
Comment
-
Originally posted by willie53 View PostI discovered the copy/paste that works (at least in Chrome and Firefox) and uploads the image into vB5 using this mod. Using the Paste operation from context menu also works not just using CTRL+V or Command+V.Originally posted by glennrocksvb View PostOk it looks like copy paste upload only works in Firefox. I was using Chrome. I also tried in Edge and it didn't work.- If you use a screen capture tool (e.g. Snipping Tool in Windows) and copy (not save) the image, you can paste it in the CKEditor and it will be automatically uploaded.
- If you are editing an image in an image editor tool (e.g. Paint) and select the image and copy it, you can paste it in the CKEditor and it will be automatically uploaded.

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment