The latest version has the thumbnails removed fro the file browser. To fix this edit to fckeditor/editor/filemanager/browser/default/frmresourceslist.html
Look for the line:
replace with:
HTH
Craig
Look for the line:
'<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"><\/a>' +
replace with:
// '<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"><\/a>' + '<img alt="" src="' + fileUrl.replace( /'/g, '\\\'') + '" height="36" border="0"></a>' +
HTH
Craig
Re: Thumbnail not showing in fckeditor 2.6 file browser (solved)
I didn't realize that fckeditor's file browser even had this ability,
Thank you!
This is more than useful...
This works!!!
OR