Greetings!
I have loaded version 2.0rc2 and have been trying all day to get the link browser to work so that I can select a file on the server to include within a link.
I have set both FCKConfig.LinkBrowserURL and FCKConfig.ImageBrowserURL in fckconfig.js and have tried various combinations for $GLOBALS["UserFilesPath"] in connector.php. However, all of the browsers show a path of "/" and no content.
Maybe I am misunderstanding something. My goal is to allow users to browse file to which they want to link. Is this the correct method? Any help is greatly appreaciated.
Regards,
jimmo
I have loaded version 2.0rc2 and have been trying all day to get the link browser to work so that I can select a file on the server to include within a link.
I have set both FCKConfig.LinkBrowserURL and FCKConfig.ImageBrowserURL in fckconfig.js and have tried various combinations for $GLOBALS["UserFilesPath"] in connector.php. However, all of the browsers show a path of "/" and no content.
Maybe I am misunderstanding something. My goal is to allow users to browse file to which they want to link. Is this the correct method? Any help is greatly appreaciated.
Regards,
jimmo

RE: Getting the PHP file/link browser to work
http://mcpuk.net/fbxp/
RE: Getting the PHP file/link browser to work
regards,
jimmo
RE: Getting the PHP file/link browser to work
RE: Getting the PHP file/link browser to work
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/php/connector.php" ;
I added a javascript alert() to fckdialog.html to display dialogArguments.Editor.FCKConfig.LinkBrowserURL, this gives me:
/FCKEditor/editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php
This seems to be correct, but I have just started working with this.
RE: Getting the PHP file/link browser to work
regards,
jimmo
RE: Getting the PHP file/link browser to work