Search

You searched for the word(s): php
Showing page 28 of 158 (1,571 total posts) < 1 second(s)
  • Re: Joomla 1.7 Error to add media

    Hi MojoMateo, Please try the way below, it should shows you the actual path error now. 1.    Open file “\cuteeditor_files\Dialogs\Include_Security.php” 2.    Find section below and delete/comment it     if ($CESecurity=='''')     {        ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on November 24, 2011
  • Re: All type(extensions) of files upload is there?

    HI premf5, If you didn't set property ''SaveDirectory''. Please remove property setting ''AllowedFileExtensions''. Then you can upload all type of files (except the extension which willcause security risks, like asp/php/aspx) For security reason, if you using property ''SaveDirectory'', you need to use property ''AllowedFileExtensions'' ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 2, 2011
  • Re: Break in a table IE 8 or 9

    Hi booster, It works fine for me. Can you try demo http://phphtmledit.com/oncarriagereturn.php?BreakElement=br? does it works for you? If you can reproduce this issue on the demo, please shows me the full stpes, so we can check it. If it works, please download the latest version and try again. latest version ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on October 31, 2011
  • Re: How to display the content in edit mode seems like preview

    Please set the following property to false.   ditor.ToggleBorder Property Specify the ToggleBorder state Example Code  <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 4, 2011
  • Re: path issue

    Hi JavedBoqo , If remove the setting, does it work? If you ensure that the location and permission correct. Please try the way below 1.    Open file “\cuteeditor_files\Dialogs\Include_Security.php” 2.    Find section below and delete/comment it     if ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on September 26, 2011
  • Re: Email Confirmation

    Hi Rosminicollege,  At client side   <script type='text/javascript'>     function CuteWebUI_AjaxUploader_OnTaskComplete(task)     {        //fire when upload complete     }     </script> At server side Please refer ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 26, 2011
  • Re: Problem with script on virtual host

    Hi etalent, Please try the way below 1.        Open file ”phpuploader\include_phpuploader.php” 2.        Find section below $cd=dirname($this->GetWebPath(__FILE__)); 3.        Change to (change the red part to the ...
    Posted to PHP File Uploader (Forum) by Kenneth on September 2, 2011
  • Re: disable word & character count?

    Dear jmarcv,   You can set ShowWordCounth to false:     <?php             $editor=new CuteEditor();             $editor->ID=''Editor1'';             ...
    Posted to Cute Editor for PHP (Forum) by Eric on May 22, 2011
  • Re: Silverlight Image File Upload Error

    I managed to get my uploads to work by doing the following -   I found this file - include_phpuploader.php (Directory - cuteeditor_files\Dialogs\phpuploader\)   Then I editid it to modify the following -    /// The global type of upload method to use.  /// Auto|IFrame|Flash|Silverlight  public ...
    Posted to Cute Editor for PHP (Forum) by m00ser on March 3, 2011
  • Re: The editor does not display font size within a re-accessed properties window

    Dear davidlockett,   1. Font is not remembered when open new setting dialog     This issue can be reproduced, we are investigating and will get back to you ASAP. 2.  Some other settings such as spacing between letters also are not displayed when re accessing the editing windows.      I tested this issue in ...
    Posted to Cute Editor for PHP (Forum) by Eric on February 6, 2011
« First ... < Previous 26 27 28 29 30 Next > ... Last »