[Ilugc] Fckeditor

  • From: suresh1876@xxxxxxxxx (Suresh Kumar)
  • Date: Fri Sep 21 12:12:15 2007

On 9/20/07, krishna chaitanya arava <krish.arava@xxxxxxxxx> wrote:


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.


Thanks krishna..
 but i am not using.. drupal..
 actually i found the problem..
 it is the permission problem..
 when i am using it in the local .. i don't get this error.."you have no
permission to create folder error  "
but i do get this..when i upload it to my live server..
let me explain you....
 when i try to upload image using the "insert/edit image" button in the
FCKEditor

($Config['UserFilesPath'] = '/userfiles/') a "userfiles" folder is
created...

but this folder's owner is set to "apache" and rest of the floder's owner is
set to "xyz" who is one of the previleged user. who has (777) permission
now  i want to change the owner of the "userfiles" directory from  " apache
" user to "xyz"
 or set the permission as 777 to userfiles directory

any idea..where to change..?

hope this helps.

regards,
A Chaitanya
_______________________________________________
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




-- 
  with regards

  http://www.discussweb.com
J Suresh Kumar
  99400 95614

Other related posts: