FCK EDITOR THUMBNAIL
Posted: Thu Feb 08, 2007 6:54 pm
I've been struggling getting the image browser thumbnail viewer to work within fckeditor for some time.
When I look at the images all I get is the file name. I've seen that it is possible to get thumbnails.
Someone the otherday pointed me in the direction of this page.
I am using fckeditor with asp and any help much appreciated.
Thanks
When I look at the images all I get is the file name. I've seen that it is possible to get thumbnails.
Someone the otherday pointed me in the direction of this page.
That is where he left his explaination.In order to view the create the thumbnails you need an image library (DLL). If you don't have one then I suggest
"GFL SDK is a free library (used by XnView) for developers who would like to support graphics image formats easily."
http://perso.orange.fr/pierre.g/xnview/engfl.html
It works great with ASP and that library even has it's own forums.
Once you have the code to create thumbnails then you will need to edit the following files:
\fckeditor\editor\filemanager\browser\default\frmresourceslist.html
\fckeditor\editor\filemanager\browser\default\connectors\asp\connector.asp
\fckeditor\editor\filemanager\browser\default\connectors\asp\commands.asp
What exactly you do I'm not too sure.
I am using fckeditor with asp and any help much appreciated.
Thanks