Hi,
I'm using the resource manager of the fckeditor. When I choose a picture or a file, the path of the picture is written in a certain field (i. e. userfiles/images/test.jpg).
Is it possible to write the full relative path to that certain field (i.e. http://foo.com/userfiles/images/test.jpg)?
Thanks in advance,
Frei696
Tue, 04/29/2008 - 15:13
#1
Re: Full relative path at file manager
I am not using the resource manager option so I cannot say this with certainty because I cannot test this change. But you can look at the fckeditor\editor\filemanager\browser\default\frmresourcelist.html file. I think the function OpenFile( fileUrl ) is what populates the values back to the opener. Maybe you can just append the http://foo.com to the fileUrl part. Hope this helps.
Re: Full relative path at file manager
Hi shri046,

thx, that worked! So I'm happy and everything is running well
You made my day!
Re: Full relative path at file manager
You are most welcome. Glad I could be of help