I dont understand how i can set this up..
I have done linke it said changed config.js
And i changed
config.php
$fckphp_config['basedir'] = '$imagesPath' ;
do i need to set anything else ?
I have done linke it said changed config.js
And i changed
config.php
$fckphp_config['basedir'] = '$imagesPath' ;
do i need to set anything else ?
RE: Image manager?
The most easy way to figure out the settings for the image path is to use the fck test page delivered with the fck package.
You can find that one here :
filemanager/browser/default/connectors/test.html
For the settings of fckeditor self instead of the filebrowser you can take a look at the _sample dir.
RE: Image manager?
hmm when i open that page it only, opens a broken page which does not work? The file manager but woithout any markup..
RE: Image manager?
Try to replace the predefined information below in fckeditor.js and remove all the :
this.BasePath = 'FCKeditor' ;
this.BasePath = '' ;
Try to find out where your documents are located on your webserver, if you are using php try the following code : <? phpinfo(); ?> Which will show you the document root path.
Notice that you will have to use one of the predefined server side scripts, to get this test.html working. Select the script language you are using.
RE: Image manager?
hmm well i know what my path is because it is on my testing server:

C:\AppServ\www\scms_oop\includes\Editors\fckeditor
Removing the basepath had no effect though
RE: Image manager?
anybody ?