Hi I have install fckeditor .. and mcpuk ..everything works fine .. the filemanager works and the thumbnails works also , but my problem is that everytime I refresh the filemanager window it creates a new thumbnails from the first thumbnail .. .. is there a way to fix this? .. I have like 20 thumbnails from every image ...
Fri, 02/17/2006 - 02:12
#1
RE: New thumbnail everytime I refresh, proble
I added this line
$this->filename=str_replace("thumb_","",$_GET['FileName']);
now it works fine ..
VictorCL