Search

You searched for the word(s):
< 1 second(s)
  • Grow/shrink photos on a page maintained with Cute Editor

    Hi, &nbsp; I made a web site with a number of pages that the webmaster can maintain with CE. On these pages, he can add photos. Now he wants to give the sites visitors the option to click on the photos to see a larger version. This can of course be done by adding a link to the photo, directing to a bigger version of the photo, but I don't ...
    Posted to Cute Editor for PHP (Forum) by erikpost on January 14, 2009
  • Re: applying autoconfigure Simple

    Thanks Adam. It just works fine. Erik
    Posted to Cute Editor for PHP (Forum) by erikpost on August 25, 2008
  • applying autoconfigure Simple

    I have CE integrated in my page: &nbsp; &lt;?php &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $editor=new CuteEditor(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $editor-&gt;ID=''nw_body''; // same ID as your textarea &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $editor-&gt;Text=$row_DetailRS1['nw_body']; // Set ...
    Posted to Cute Editor for PHP (Forum) by erikpost on August 24, 2008
  • Cute Editor not properly displaying formatted content of MySQL field

    I have a page for entering text in a MySQL database and another one for editing it. &nbsp; Entering the text with CE is no problem, the text and the formatting tags are properly stored in the MySQL database field (checked with PHPMyAdmin). &nbsp; When trying to edit the previously entered text, CE displays this text with the formating tags, ...
    Posted to Cute Editor for PHP (Forum) by erikpost on May 9, 2008
  • Re: Cute Editor deployment/integration: newbie questions

    Sorry to bother you again Adam, &nbsp; I solved the PHP version problem Now the Cute Editor appears correctly on my page, However, the textarea appears as well The data (text) do not appear in the editor but in the textarea How can I have the text displayed in the editor and have it saved in my database when confirming my edit? Where do I ...
    Posted to Cute Editor for PHP (Forum) by erikpost on May 8, 2008
  • Re: Cute Editor deployment/integration: newbie questions

    Adam, thanks so much for your reply. &nbsp; 1) I copied &lt;?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?&gt; into the &lt;head&gt; section of my page ; this seems to give the following error message when running the page: &nbsp; Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR ...
    Posted to Cute Editor for PHP (Forum) by erikpost on May 7, 2008
  • Cute Editor deployment/integration: newbie questions

    I am new to this and have some (pretty basic, I guess) questions about the integration of CE in my html/php page, but hey, arent the most stupid questions not the ones that are not asked? :-)&nbsp; &nbsp; So, I have uploaded the CE files to my server, so far no problem. Then I have a php/html page, with a textarea I want to have replaced by ...
    Posted to Cute Editor for PHP (Forum) by erikpost on May 7, 2008