Search

You searched for the word(s):
< 1 second(s)
  • Url Replacement

    Hello, I'm using &nbsp; $editor-&gt;URLType = ''Absolute''; &nbsp; to have absolute paths. But the editor convert a url like this: &nbsp; &lt;a href=''http://www.example.com'' target=''_blank''&gt;www.example.com&lt;/a&gt; &nbsp; in &nbsp; &lt;a href=''http://www.example.com'' ...
    Posted to Cute Editor for PHP (Forum) by Tommy on April 8, 2008
  • Image Maps

    Hello, i've got a problem with Image Maps. Clicking on the ''add image map'' button, i get the following error: &nbsp; simplexml_load_file() ... failde to load external entity ''../Languages/_defaul.xml'' ... Include_GetString.php on line 24 &nbsp; So I decided to copy/paste ''en-en.xml'' and renamed it to ''_default.xml''. Now the I can open ...
    Posted to Cute Editor for PHP (Forum) by Tommy on February 26, 2008
  • Re: onLoad

    Any suggestion? &nbsp; Tom
    Posted to Cute Editor for PHP (Forum) by Tommy on November 12, 2007
  • How to disable the link browse button

    Hello, is it possible to disable the link browse button? &nbsp; &nbsp; &nbsp; I tried disabling some functionalities with: &nbsp; &nbsp;&nbsp;&nbsp;$editor-&gt;DisableItemList=''ImageGalleryByBrowsing, InsertImage, InsertDocument, InsertMedia, InsertFlash, InsertTemplate''; &nbsp; but this isn't correct. Is there a way to do it? ...
    Posted to Cute Editor for PHP (Forum) by Tommy on October 26, 2007
  • onLoad

    Hello, is it possible to catch the CE onload event? I saw in another post, something like this: &nbsp; &nbsp;&nbsp;&nbsp;$editor-&gt;Attributes[''oninitialized'']=''myfunction()''; &nbsp; but it doesn't work. Is there a way to do that? Thanx Tom
    Posted to Cute Editor for PHP (Forum) by Tommy on October 25, 2007
  • Re: Image Path

    Hi, also online it doesn't work. I put it on the following url, so you can try it: &nbsp; http://demo.elastech.it/cute/ &nbsp; As you can see, opening the image browser appears the following error: &nbsp; Warning: opendir(/var/www/web18/html/aSubDomains/_demo/Uploads)... &nbsp; but the correct path should ...
    Posted to Cute Editor for PHP (Forum) by Tommy on October 23, 2007
  • Re: Image Path

    I'm using the file in the official zip, without any changes. There is a folder named ''Uploads'' in which there are some files. The code in the index.php file is: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $editor=new CuteEditor(); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for PHP (Forum) by Tommy on October 22, 2007
  • Re: Image Path

    Hi, ''D:/xampp/xampp/htdocs/Uploads'' doesn't exsist. I tried specifying the uploads path with: &nbsp; $editor-&gt;ImageGalleryPath = http://192.168.255.77/test/CuteEditor_PHP_6_0_7__2007/Uploads/; &nbsp; But the error now is: &nbsp; Warning: opendir(D:/xampp/xampp/htdocshttp://192.168.255.77/test/CuteEditor_PHP_6_0_7__2007/Uploads) ...
    Posted to Cute Editor for PHP (Forum) by Tommy on October 22, 2007
  • Image Path

    Hello, I've just copied the Cute file to my webserver and tried the demo (index.php). When I access to the image browser I can see the following error: &nbsp; Warning: opendir(D:/xampp/xampp/htdocs/Uploads) ..... .... \browse_Img_gallery.php on line 166 &nbsp; What's wrong? &nbsp; Thanx Tom &nbsp; &nbsp;
    Posted to Cute Editor for PHP (Forum) by Tommy on October 19, 2007