Closed (won't fix)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2013 at 23:56 UTC
Updated:
1 May 2013 at 21:37 UTC
I would like to enable the 'Upload' tab shown in http://www.youtube.com/watch?v=uixf-jwt5t4
when clicking the link button
I notice in includes/ckeditor.lib.inc there is an if statement around what potentially might be the section that might cause the Upload Tab to appear
However, it calls on a permission that is not in hook_permissions: if (user_access('allow CKFinder file uploads')) {
filebrowserBrowseUrl
filebrowserFileBrowseUrl
How can I enable the upload tab?
Thanks
Audrey
Comments
Comment #1
aufumy commentedI enabled the IMCE button instead which adds a box to upload files, instead of having to go through the image upload dialog.
Another option is Insert module.