Search

You searched for the word(s): php
Showing page 33 of 158 (1,571 total posts) < 1 second(s)
  • Re: Cute Editor deployment/integration: newbie questions

    Erik,   1. It looks like you are running PHP version 4.0. This applicatio need PHP 5.0.   http://phphtmledit.com/Requirements.php   Please run the following file in your server. <?php // Show all information, defaults to INFO_ALL phpinfo(); ?>   2) How do I create a new Cute Editor class ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 7, 2008
  • Re: Errors on file upload

    Hi sahar,   Can you get the file name from your client what he tried? And do you get the same issue with that file name? He gets the same problem with the same file every time? Does your client gets the same problem on http://phpfileuploader.com/demo/form-simple-upload.php too?   Regards,   Ken 
    Posted to PHP File Uploader (Forum) by Kenneth on April 14, 2014
  • Re: image path with joomla installation of cute editor

    Please open plugins\editors\phphtmledit.php and modify the following code:   $ImageGalleryPath = $this->params->def( 'ImageGalleryPath', $url .'/images/stories' ); $FlashGalleryPath = $this->params->def( 'FlashGalleryPath', $url .'/images/stories/' ); $MediaGalleryPath = $this->params->def( 'MediaGalleryPath', $url ...
    Posted to Cute Editor for PHP (Forum) by Adam on May 18, 2010
  • license for CuteEditor ASP.NET and PHP

    Hello! We use your CuteEditor for ASP.NET but now we want to use CuteEditor for PHP too. Can we use the same license for CuteEditor for PHP or shall we buy new license ? Thanks, Kirill.  
    Posted to Cute Editor for PHP (Forum) by OdKrill on November 20, 2009
  • Re: Limit number of photos

    Dear cyberguy28, Yes, you can limit the number of photos, you can create custom file handler. Please refer to the following snippet:Custom file upload handlerIf you need further control over the parsing of the file uploading request, you can write a custom file upload handler. In handler page (UploadUrl) developers can rename the uploaded ...
    Posted to PHP File Uploader (Forum) by Eric on March 18, 2011
  • How to change default editor of Vivvo to Cute Editor?

    How to change default editor of Vivvo to Cute Editor?   Step 1: Open admin/include.php file and in the bottom of this file,  set $wysiwyg_editor = ''cute'';   Step 2: Create a new file, name it to article_add_cute.tpl. Copy the content of article_add_tiny.tpl into it.  Then delete tinyMCE javascript ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 3, 2007
  • Re: while pasting content in firefox an unwanted word "Pasting" is also there always there?

    Hi Harleengrover,   What browser/version you are testing?   Do you get the same problem on demo page http://phphtmledit.com/EnableAll.php?   If the demo works for you, I suggest you download the latest version to try again.   Latest version download ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on September 26, 2012
  • Re: Paths on image upload. simple question i hope ?

    fairlands: Hello Eric   Thank you for that link, i am kind of on the right track now ....almost but not quite and woudl realy appreciate some advice on this   I edited the image gallery path in the security file   from   <security name=''ImageGalleryPath''>/uploads/</security>   to ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 11, 2009
  • Re: Problems with editor.GetSelection() in IE

    Thanks for the response, Adam, but your code doesn't work in Firefox. It works in IE 7 though. I've not tested it in anything else yet. Below is a link to the page where I'm running your code, and below that is the exact code I'm using: ...
    Posted to Cute Editor for PHP (Forum) by postmormon on May 21, 2008
  • Re: Unable to get file name of uploaded file

    Hi DBarsri, I tried the following code, those two highlighted code are commented, this example works fine on my end, the mvcfle return correct value, please check whether those highlighted code leads to your issue: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ...
    Posted to PHP File Uploader (Forum) by Eric on June 25, 2011
« First ... < Previous 31 32 33 34 35 Next > ... Last »