Cute Editor Icons not showing up...

Last post 10-28-2010, 11:39 AM by Eric. 9 replies.
Sort Posts: Previous Next
  •  10-25-2010, 6:18 AM 64671

    Cute Editor Icons not showing up...

    hi...i'm using cute editor for php...my copy works when it is applied to a plain html page...but when i apply it to my website, a few icons are showing up...to give you a proof, here's the screenshot:
     
     
     
    the functions of those buttons which doesn't show their icons still works...my concern are the icons...take note that i have done nothing on the images folder...
     
    i hope you could respond to this problem abruptly...thank you very much!
    Filed under:
  •  10-25-2010, 9:10 AM 64672 in reply to 64671

    Re: Cute Editor Icons not showing up...

    Dear Yukinojoou,
     
    Can you post your folder structure here?
    Please save the following snippet to "test.php" and run it on your end, does it work?
    <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
    <html> 
        <head>
      <link rel="stylesheet" href="php.css"  type="text/css" />
     </head>
        <body>
      
      <form name="theForm" action="Get_HtmlContent.php" method="post" ID="Form1">
         
      <h1>Enable All Toolbars</h1>
      
      <p>This example shows you all the predefined buttons. </p>
      <br />
            <?php
                $editor=new CuteEditor();
                $editor->ID="Editor1";
                $editor->Text="Type here";
                $editor->EditorBodyStyle="font:normal 12px arial;";
                $editor->EditorWysiwygModeCss="php.css";
                $editor->Draw();
                $editor=null;            
                //use $_POST["Editor1"]to retrieve the data
            ?>      
      </form>
     </body>
    </html>
    Thank you for asking
     
  •  10-25-2010, 3:42 PM 64683 in reply to 64671

    Re: Cute Editor Icons not showing up...

    Yukinojoou:
    hi...i'm using cute editor for php...my copy works when it is applied to a plain html page...but when i apply it to my website, a few icons are showing up...to give you a proof, here's the screenshot:
     
     
     
    the functions of those buttons which doesn't show their icons still works...my concern are the icons...take note that i have done nothing on the images folder...
     
    i hope you could respond to this problem abruptly...thank you very much!
     
    Please make sure cuteeditor_files\Themes\Office2007\Images\all.png file exists and not corrupted while copying.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-26-2010, 4:42 AM 64694 in reply to 64683

    Re: Cute Editor Icons not showing up...

    @Adam:
     
    i checked that file...fortunately it's not corrupted...
  •  10-26-2010, 5:10 AM 64696 in reply to 64672

    Re: Cute Editor Icons not showing up...

    @Eric:
     
    your snippet did not work...the editor just adapted my css file inside the textarea...the icons still don't show...
     
     
     
    my folder structure? well here it is...is there something wrong with it? please tell...thanks!
     
     
     
     
     
  •  10-26-2010, 10:46 AM 64705 in reply to 64696

    Re: Cute Editor Icons not showing up...

    Dear Yukinojoou,
     
    Please check whether "cuteeditor_files\Themes\Office2007\Images\all.png" is existing, you can find this file in download package and recopy it to this folder.
    If this file is missing or corrupted, it will lead to this issue.
     
    Thank you for your business
  •  10-26-2010, 10:56 AM 64706 in reply to 64705

    Re: Cute Editor Icons not showing up...

    @Eric:
     
    i already checked the file...it doesn't look like it's corrupted...is this what we're looking for? 
     
     
     
     
  •  10-28-2010, 5:32 AM 64748 in reply to 64671

    Re: Cute Editor Icons not showing up...

     i have a question...what do you mean  by this?
     
     
    Note 2: If you want to deploy the CuteEditor Client file to a different location, you will have to make sure that you set your editor FilesPath property correctly. The control expects to find the all the files and images in the files directory specified by the control FilesPath property.
  •  10-28-2010, 8:46 AM 64753 in reply to 64748

    Re: Cute Editor Icons not showing up...

    Dear Yukinojoou,
     
    When you want to render cuteeditor, you need add the following line:
    <?php require_once "cuteeditor_files/include_CuteEditor.php" ?>
    If this path is correct, it will work fine.
    I will download easyphp and deploy cuteeditor based on it, and will write detailed steps later.
     
    Thank you for asking
  •  10-28-2010, 11:39 AM 64758 in reply to 64753

    Re: Cute Editor Icons not showing up...

    Dear Yukinojoou,
     
    I followed the following steps and deploy cuteeditor in easyphp, it works fine on my end, the steps are:
     
    1. Download easyphp and install it to folder "D:\aRun\EasyPHP-5.3.3" (my local computer)
    2. Download CuteEditor for PHP and unzip the installation package to folder "phphtmledit"
    3. Copy folder "phphtmledit" to "D:\aRun\EasyPHP-5.3.3\www"
     
    The cuteeditor is rendered correct.
    Please download cuteeditor for php again, and reinstall it. If this issue is still existing, please visit http://CuteSoft.net, click on the big blue button on top that reads "online". We are here Monday - Friday between 9:30am and 17:30pm Eastern Standard Time. I will check this issue.
     
    Thank you for your business
View as RSS news feed in XML