Re: No Upload is availble in Cute Editor for PHP in Joomla 1.5

  •  08-16-2010, 12:03 PM

    Re: No Upload is availble in Cute Editor for PHP in Joomla 1.5

    1. Open "\plugins\editors\cuteeditor_files\Configuration\Security\Default.config"
    2. Search <security name="MaxImageSize"> and change it to:
       <security name="MaxImageSize">555</security>
    3. Save this file
    4. Open "\plugins\editors\cuteeditor_files\Dialogs\InsertImage.php"
    5. Search  $Current_ImageGalleryPath=$ImageGalleryPath;
       and change it to:
       $Current_ImageGalleryPath=$ImageGalleryPath;
        echo $MaxImageSize;
    6. Save this file
    7. Login to Joomla and open CuteEditor
    8. Click button "Insert Image", can you see the image size at the top of dialog?
     
     
     
    Regards,
    Eric
     
View Complete Thread