In the README.txt is written

1. Edit the fckconfig.js file and set the FCKConfig.LinkBrowserURL and
     FCKConfig.ImageBrowserURL properties to:
         
       FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=[context_path]/modules/fckeditor/ssip/connector.php"
       FCKConfig.ImageBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&Connector=[context_path]/modules/fckeditor/ssip/connector.php"

I think for LinkBrowserURL it should be Type=File instead of 'Image'. Otherwise you get only the imagefolder.
The same misstyping can be found in connector.php.

Comments

JohnG-1’s picture

shouldn't each line be closed with a semi-colon ; ?

FCKConfig.LinkBrowser = true ;
       FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=File&Connector=/[SUBFOLDER]/modules/fckeditor/ssip/connector.php";
FCKConfig.LinkBrowserWindowWidth	= FCKConfig.ScreenWidth * 0.7 ;	// 70%
FCKConfig.LinkBrowserWindowHeight	= FCKConfig.ScreenHeight * 0.7 ;// 70%
ontwerpwerk’s picture

Status: Active » Closed (won't fix)

ssip will be updated soon, for 4.7