[Ilugc] Fckeditor

  • From: krish.arava@xxxxxxxxx (krishna chaitanya arava)
  • Date: Thu Sep 20 22:10:04 2007

On 9/20/07, Suresh Kumar <suresh1876@xxxxxxxxx> wrote:


Hi
i am using FCKEditor in a php project
i put some html content along with the images etc.. and save the source
code in the database..
and when i want to edit.. i just get the content back from the database to
the FCKEditor .
but now..i want to change the image in the editor content using the
"Insert/Edit image " tool in the FCKEditor
while doing so.. i get the popup.. and in the popup i am able to change
the
image..
its default image src path is " userfiles/"

in order to change the source path i need to change the values of the
varilable  " $Config['UserFilesPath'] = '/userfiles/'
in two of the config  files....
/FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
and
/FCKeditor/editor/filemanager/upload/php/config.php

but i am not able to find where the image gets uploaded..? and i also want
to customize the image upload directory

can any one help me out..

Thanks in advance

--
  with regards


J Suresh Kumar
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Did you mean uploading images and then using them in the pages you want?
I guess you are missing upload image module in FCKeditor. I am not sure much
about FCkeditor.

But I completed similar functionality using Tinymce and Drupal upload
module.
TinyMCE works very well with Drupal.

hope this helps.

regards,
A Chaitanya

Other related posts: