Hi
I have two problems wit the FCK Editor. First of all the file Browser doesn't show me the already uploaded pictures. But I'm able to upload a new picture and it will also show up in fck editor. But then I want to make sure that it shows the full path to the picture. Even I made all this settings in fckconfig.js:
FCKConfig.BaseHref = 'http://www.domain.com/';
FCKConfig.baseUrl = 'http://www.domain.com/shared/upload/';
FCKConfig.UserFilesPath = 'http://www.domain.com/shared/upload/';
FCKConfig.UserFilesAbsolutePath = '/home/surf/public_html/shared/uploads/';
FCKConfig.baseDir = '/home/surf/public_html/domain/shared/uploads/';
It still shows the relative path... what could be the problem?
Thanks in advance....
Thu, 02/26/2009 - 08:28
#1
Re: Full Path Again
Thank you
Re: Full Path Again
I had FCK Editor already installed and configured on a clients computer. Anyway after installing it from scratch I could locate the problem. The changes need to be made in \editor\filemanager\connectors\php\config.php file.
Now it works.