student101
10-28-2009, 06:43 AM
I managed to find an Ajax File Manager Plugin for FCKeditor, my paths are different.
Using WAMP;
sitename\fckeditor\uploadfiles
On Host; //pretty similar
root\fckeditor\uploadfiles
Ajax filemanager in FCKeditor
define('CONFIG_SYS_DEFAULT_PATH', $_SERVER['DOCUMENT_ROOT'].sitename/fckeditor/uploadfiles/' ; ) ;//accept relative path only
define('CONFIG_SYS_ROOT_PATH', $_SERVER['DOCUMENT_ROOT'].sitename/fckeditor/uploadfiles/' ; ) ;//accept relative path only
This works as far as uploading goes but there is a lightbox feature in the filemanager that loads the ajaxloading.gif and no image.
Any ideas?
Using WAMP;
sitename\fckeditor\uploadfiles
On Host; //pretty similar
root\fckeditor\uploadfiles
Ajax filemanager in FCKeditor
define('CONFIG_SYS_DEFAULT_PATH', $_SERVER['DOCUMENT_ROOT'].sitename/fckeditor/uploadfiles/' ; ) ;//accept relative path only
define('CONFIG_SYS_ROOT_PATH', $_SERVER['DOCUMENT_ROOT'].sitename/fckeditor/uploadfiles/' ; ) ;//accept relative path only
This works as far as uploading goes but there is a lightbox feature in the filemanager that loads the ajaxloading.gif and no image.
Any ideas?