Drupal 7 problem uploading images into a post
Embed:
I'm trying to set up in Drupal 7 an easy way of uploading images direct into a post using CK editor but the path to connect to images is missing and the path to save images to the server is incorrect? Does anyone know the correct paths I should be using if this is the problem?
Many thanks
NOTE: LOTS OF USEFUL COMMENTS BELOW ...
To the extent possible under law, cfollows has waived all copyright and related or neighboring rights to this Work, Drupal 7 problem uploading images into a post.
Comments
When adding your CK Editor module you may get a warning about adding ckeditor.js file
You may need to create a libraries folder) - just follow the steps it provides and all will work OK
The CKEditor component is not installed correctly. Please go to the CKEditor homepage in order to download the latest version.
After that you must extract the files to the
sites/all/modules/ckeditor/ckeditor
or
sites/all/libraries/ckeditor
directory and make sure that the
sites/all/modules/ckeditor/ckeditor/ckeditor.js
or
sites/all/libraries/ckeditor/ckeditor.js
file exists.
Refer to the README.txt file for more information.
With some help from gsedek we changed a few settings to get it to work - installed IMCE and then edited the File Browse settings configuration of the CKeditor and selected IMCE.
Twitter from
@ckeditor -@ProcessArtsUAL Did you check our CKEditor for#Drupal guides? Make sure you follow the right version: http://docs.cksource.com/CKEditor_for_Drupal …did you install imce? it depends on that. G.
I found the insert module and activated this in the content type and it works well, maybe better than the other method? - http://drupal.org/project/insert