Hi All,
I've been struggling getting the image browser to work for some time, and I've finally gotten it to work, but when I look at the images all I get is the file name. I've seen that it is possible to get thumbnails. How do I turn this on? Any pointers?
Sincerely,
-Josh
I've been struggling getting the image browser to work for some time, and I've finally gotten it to work, but when I look at the images all I get is the file name. I've seen that it is possible to get thumbnails. How do I turn this on? Any pointers?
Sincerely,
-Josh

RE: Thumbnails in image browser - how?
RE: Thumbnails in image browser - how?
RE: Thumbnails in image browser - how?
Does anyone know how to fix this?
Thanks
RE: Thumbnails in image browser - how?
Thanks
RE: Thumbnails in image browser - how?
(I am using asp)
Thanks
RE: Thumbnails in image browser - how?
RE: Thumbnails in image browser - how?
http://kfm.verens.com/
RE: Thumbnails in image browser - how?
I am using ASP
It looks awesome.. but i dont see how I can use it....
RE: Thumbnails in image browser - how?
RE: Thumbnails in image browser - how?
So back to the orignal question of does anyone have a way I can use the FCKeditor to view thumbnails...
Thanks..
RE: Thumbnails in image browser - how?
http://perso.orange.fr/pierre.g/xnview/engfl.html
http://www.bram.us/2006/10/18/my-tinymc ... te-option/
RE: Thumbnails in image browser - how?
http://mcpuk.net/fbxp/
RE: Thumbnails in image browser - how?
RE: Thumbnails in image browser - how?
I guess it used to work but i cant get it on now..
i dont think it was part of the distribution..
RE: Thumbnails in image browser - how?
Does anyone know what code has to be added to the exact pages...
I am finding it hard to believe that everyone who has used this fck editor has never had a got around this thumbnail problem
RE: Thumbnails in image browser - how?
http://www.bram.us/2006/10/18/my-tinymc ... te-option/
RE: Thumbnails in image browser - how?
i am using asp..
RE: Thumbnails in image browser - how?
frmresourceslist.html is also the page that you need to edit to change the way the files are displayed. You will need to change oListManager.GetFolderRowHtml to change how the folders are displayed. You will need to edit oListManager.GetFileRowHtml to change how the files get displayed.
I suggest that before you try to do the thumbnail thing that you create a simple asp file that accepts a file name via the querystring and resizing it. This sort of thing could be used for other sites/pages as well that do use FCK.