Search

You searched for the word(s):
Showing page 1 of 2 (18 total posts) < 1 second(s)
  • Re: Javascript error when changing AllowCreateFolder to false

    In your code in each dialog you are using &nbsp; if ($AllowCreateFolder!=''true'') { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo ''alert('''.GetString(''NoPermission'').''');''; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo ''return;''; } The command GetString(''NoPermission'') is returning a string containing a ' which breaks the alert ...
    Posted to Cute Editor for PHP (Forum) by Glenn on May 5, 2009
  • Re: Javascript error when changing AllowCreateFolder to false

    I just downloaded the control again and tested. The fault still exists but with a slightly different error. &nbsp; Expected ')' InsertFlash.php line:223 Code:0 Char:39
    Posted to Cute Editor for PHP (Forum) by Glenn on May 5, 2009
  • Re: Image Gallery As Browse/Upload Btn

    Hi, I also have this problem/need. &nbsp; I&nbsp;asked Adam on live chat about making the control in ''Use as Image Selector'' hidden. He said to contain the control in a div which is hidden, like:- &lt;div style=''visibility:hidden;''&gt; &nbsp;&nbsp;&nbsp;The control &lt;/div&gt; BUT when you do this the javascript function ''InputURL'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on May 5, 2009
  • Re: Images are being inserted at all sorts of locations sporatically

    I have to agree this does indeed happen but only in Internet Explorer. &nbsp; Would be nice to see this bug fixed.
    Posted to Cute Editor for PHP (Forum) by Glenn on April 30, 2009
  • Javascript error when changing AllowCreateFolder to false

    Hi, &nbsp; I have decided to not allow the creation of directories in the user upload area. To stop this I change the security setting from:- &lt;security name=''AllowCreateFolder''&gt;true&lt;/security&gt; to &lt;security name=''AllowCreateFolder''&gt;false&lt;/security&gt; &nbsp; If I now use the editor and click on ''Insert Flash'' I ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 30, 2009
  • Re: Session variables

    Looks like each control is producing a different ''CESecurity'' code. &nbsp; The first control fails here:- &nbsp; &nbsp;&nbsp;if ($CESecurity!=$_SESSION['CESecurity']) &nbsp;{ &nbsp;&nbsp;print ''The area you are attempting to access is forbidden''; &nbsp;&nbsp;exit(); &nbsp;}&nbsp; Looks like the second control overwrites the first ones ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 24, 2009
  • Re: Session variables

    Hi, &nbsp; This has not entirely cured everything. &nbsp; If I have a page with a ''ImageGalleryByBrowsing'' such as&nbsp;:- &nbsp;&nbsp;&nbsp;&lt;div onclick=''callGetImage()''&gt;CLICK TO GET IMAGE&lt;/div&gt; &nbsp;&nbsp;&nbsp;&lt;form name=''changeImage'' action='''' method=''post''&gt; &nbsp;&nbsp;&nbsp;&lt;input id=''imageName'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 24, 2009
  • Re: Session variables

    Appears that I've fixed it myself. &nbsp; I've edited the ''Include_Security.php'' file and removed the session_start(); replacing that with my custom files. Can you tell me if I need to change any others ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 21, 2009
  • Session variables

    Hi. &nbsp; I use sessions on all webpages on my site, they are controlled with a bespoke routine which uses MYSQL to store all session variables so the site works with multiple load balanced servers. Every webpage includes a session library file before anything else. Everything has been fine but I recently downloaded the editor to update it ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 21, 2009
  • Re: Body tag content between browsers

    Hi, &nbsp; You did not respond to my last message stating that the BUG is still there only to the one before asking if you updated the download. &nbsp; You asked me how you could reproduce it in your online example and I have given you an answer how you can. Can you now please let me know when this will be solved. &nbsp; Thank you.
    Posted to Cute Editor for PHP (Forum) by Glenn on March 11, 2009
1 2 Next >