If I edit the image properties and prepend this to the relative path: "../../../" then image will appear inside the editor. That would resolve the image path correctly relative to the RCMSExtras/FCKeditor_2.2/editor folder.
I believe the problem has to do with relative paths to images. I cannot get Firefox 1.5 to display mages with relative paths. However, IE 6 works fine with relative paths.
The path's for browser is crazy. Right now i dropped that and started to create own browser, because it will make me mad to setup FCKEditor browser.
Problem actually, not in relative path in FireFox, problem _in_path. Just setup javascript alert to understand. U will wonder what path u will get. I spent half of day trying to find correct path to make browser work on my host-company. But with no success. The problem in all "concept" of pathes of fckeditor, because it works with "absolute" paths, but not relative.
If u will set alert for path u will see something like this:
"/wip/libs/js/fckeditor/editor/dialogs/../../filemanager/default/browser.html" and etc.
Do u see where your "../../" are placed? Actually it's no correct path. Simple Explorer uses few hacks in differ places. The one place we can see here.
Btw...that "concept" of pathes - is real problem of easy integration. Because if u will get not common (how supposed by creators) configuration u will go mad.
Or, maybe, i'm wrong and something throught configs this problem can be resolved, but no documentation. But i'm sure that not. Problem in other.
RE: Image Paths HELP!!! (more info)
RE: Image Paths HELP!!!
RE: Image Paths HELP!!!
Problem actually, not in relative path in FireFox, problem _in_path. Just setup javascript alert to understand. U will wonder what path u will get. I spent half of day trying to find correct path to make browser work on my host-company. But with no success. The problem in all "concept" of pathes of fckeditor, because it works with "absolute" paths, but not relative.
If u will set alert for path u will see something like this:
"/wip/libs/js/fckeditor/editor/dialogs/../../filemanager/default/browser.html" and etc.
Do u see where your "../../" are placed? Actually it's no correct path. Simple Explorer uses few hacks in differ places. The one place we can see here.
RE: Image Paths HELP!!!
Or, maybe, i'm wrong and something throught configs this problem can be resolved, but no documentation. But i'm sure that not. Problem in other.
RE: Image Paths HELP!!!
http://sourceforge.net/tracker/index.ph ... tid=543653