Search

You searched for the word(s): php
Showing page 7 of 158 (1,571 total posts) < 1 second(s)
  • Re: Having Trouble with EditorWysiwygModeCss

    Hi HighConcept,   There is not a base directory.   For example,   1. I have the page below at the root of my test site.   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>        ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on July 25, 2011
  • Re: Information on product and license

    Frederic,   Thanks for the interest.   1/ Is it included resize/crop/rotate image features in PHP version ? A: This feature is only available in the .NET version right now. We will include this feature in PHP version soon. 2/ Is it possible to edit safely Javascript code including in my html pages ? A: Yes. You need ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 25, 2008
  • Re: php tags half removed

    If anyone else has this problem add these two lines into the LoadHTML function           $s = str_replace(''<?php'',''&lt;?php'',$s);         $s = str_replace(''?>'',''?&gt;'',$s); This will render the php code as a string, then make sure you replace them ...
    Posted to Cute Editor for PHP (Forum) by kellyd on May 28, 2008
  • Re: php tags half removed

    This still seems to be an issue... I have    theEditor.AllowEditServerSideCode = true; But when I load    theEditor.Text = ''<?php .....  ?>'' ;  The editor is shows up blank. There is no text visible and even when I switch to HTML view, nothing shows up.  Any idea how to ...
    Posted to Cute Editor for PHP (Forum) by sincell on October 20, 2009
  • Re: Php Code inside a link does not work

    alES,   >> I found on the the line 140 (include_CuteEditor) the conversion.   No, Cute Editor doesn't do the convertion. You can check the include_CuteEditor.php file yourself.   The following code is wrong:        ...
    Posted to Cute Editor for PHP (Forum) by Adam on April 12, 2008
  • Re: Processing Uploaded Files with PHP

    Hi BlackAce,   First, you can refer to the document at http://phpfileuploader.com/document/   To retrieving the uploaded file, save to your server, change file name Etc, please refer to http://phpfileuploader.com/document/scr/Deployment.htm step 3, it shows you how to handle the upload file store location and the file name after ...
    Posted to PHP File Uploader (Forum) by Kenneth on January 25, 2013
  • AjaxUploader (PHP) and symlinks

    Goodday Devs of the AJAXuploader, Today we decided to redo some structures on our webserver and in doing so decided that we'd use a symlink to our webroot and such. The result;  Error: CuteWebUI_AjaxUploader_Initialize is not defined Source File: BLOCKED SCRIPTalert('TODO: FIXME') Line: 0 Now, don't worry! I fixed it! The ...
    Posted to PHP File Uploader (Forum) by rubendevries on September 22, 2010
  • Re: Show code in php

    Hello Eric,   yes!! the editor is on the right place, but I have now is by a new problem: the toolbars are not visible and ms internet explorer writes: Details zum Fehler auf der Webseite Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET ...
    Posted to Cute Editor for PHP (Forum) by korty on September 14, 2010
  • No Upload is availble in Cute Editor for PHP in Joomla 1.5

    Hi  I am wondering why Cute Editor for PHP (JOOMLA 1.5) Isnt working for File Uploads. Or Create A New Folder In my Security files I have this line on Line 50 in Deafault.config     <!-- Allow upload, disable the delete,create funtion -->   What does this acutally mean. Everything in Allow Upload is ...
    Posted to Cute Editor for PHP (Forum) by jasongrey on August 15, 2010
  • Moving CuteEditor CSS file from /style.php?EditorID=CE_message_ID

    Hi,I want to know if I can remove the CSS from /CuteEditor_Files/Themes/Office2007/style.php?EditorID=CE_message_ID and put it in my main CSS. I know that it is little but I want to move all my resources to a CDN. I also think that a CSS in the page body blocks my page render until it is loaded. Thank you,Mircea
    Posted to Cute Editor for PHP (Forum) by Mircea on April 12, 2010
« First ... < Previous 5 6 7 8 9 Next > ... Last »