Hi,
I've been using FCKeditor for my website .. Meanwhile I got struck in displaying images in editor. Here goes my problem.
Currently I've placed the fckeditor directory directly into my project root folder and made it to take images folder from the project root folder by making required changes in '/editor/filemanager/connectors/php/config.php' file by setting up UserFilesPath and UserFilesAbsolutePath values as per the project images folder.
Now i am able to upload and add images from the project images folder.But meanwhile i didn't find any images in the editor(as editor by default is taking images from '/editor/images/' folder) and also there is no image in preview box when i am selecting the image( as preview box is taking images from 'editor/filemanager/connectors/php/' image folder)
That means there are 3 required folder which are taking images at different places.
1) my project root folder (/images) Level 1
2) fckeditor editor image folder (/fckeditor/editor/images) Level 3
3) php folder(/fckeditor/editor/filemanager/connectors/php/) Level 5
I want to display images in editor, my browser & preview box without making changes in code..Moreover I want to maintain just 1 single folder for images(upload and browse)...
I check out the code so that images can be copied into both folder( / folder & editor image folder) at the time of uploading but didn't find any success.
Since i am already late in submission so desperately expecting a reply....any help will be greatly appreciated.
Bana
I've been using FCKeditor for my website .. Meanwhile I got struck in displaying images in editor. Here goes my problem.
Currently I've placed the fckeditor directory directly into my project root folder and made it to take images folder from the project root folder by making required changes in '/editor/filemanager/connectors/php/config.php' file by setting up UserFilesPath and UserFilesAbsolutePath values as per the project images folder.
Now i am able to upload and add images from the project images folder.But meanwhile i didn't find any images in the editor(as editor by default is taking images from '/editor/images/' folder) and also there is no image in preview box when i am selecting the image( as preview box is taking images from 'editor/filemanager/connectors/php/' image folder)
That means there are 3 required folder which are taking images at different places.
1) my project root folder (/images) Level 1
2) fckeditor editor image folder (/fckeditor/editor/images) Level 3
3) php folder(/fckeditor/editor/filemanager/connectors/php/) Level 5
I want to display images in editor, my browser & preview box without making changes in code..Moreover I want to maintain just 1 single folder for images(upload and browse)...
I check out the code so that images can be copied into both folder( / folder & editor image folder) at the time of uploading but didn't find any success.
Since i am already late in submission so desperately expecting a reply....any help will be greatly appreciated.
Bana