Search

You searched for the word(s):  
Showing page 165 of 4,987 (49,864 total posts) < 1 second(s)
  • Re: Problems with configuration of the top banner

    You can open file ''CuteSoft_Client\CuteChat\Channel.aspx''   Change:   <table width=''100%'' border=''0'' cellspacing=''0'' cellpadding=''0''>       <tr>        <td width=''200''>         <img ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on July 5, 2010
  • Re: Replacing editor in news publishing program

    Capper:K, our server is running PHP V5.0.......here is the problem, we're using Vivvo (their editor sucks).... I saw the instructions, and understand that I need to delete all reference java scripts for their editor, but how do I replace it in the files with Cute Editor? I put the Cute Editor folder in the /public/_html/admin folder ...
    Posted to Cute Editor for PHP (Forum) by Adam on October 2, 2007
  • multiple editors for template based CMS

    Since the Draw method immediatly outputs editor code, it makes it toughh to put the code in a var for template replacement. I have tried something like this, as well as a lot of other kludges....           ob_start();        $editor=new ...
    Posted to Cute Editor for PHP (Forum) by jmarcv on May 11, 2011
  • Configuration

    Hi. We recently purchased CuteEditor for Classic ASP 6.0. We looked at a lot of editors before choosing. I am a bit baffled by the configuration process. Let me first describe our folder structure:      /modules       |       ...
    Posted to Cute Editor for ASP (Forum) by Bill Rishsew on August 1, 2007
  • Re: Ptinter dialogue from serverside

    Hello, Thanks for responding.  Here is teh code I used on the server side(code behind) to open up the print dialogue and it does not open it:                        StringBuilder sb = new ...
    Posted to Cute Editor for .NET (Forum) by adel on April 19, 2010
  • Re: Live Support Operator

    I deleted the data tables and started over with them and no longer receive the authorization error, but now I'm getting a new one (Image below). When I comment out line 106, which is 'If CuteSoft.Chat.ChatApi.FindOperator(uniquename) Is Nothing Then Return False' I get 'Login Form Return OK, but login failed!'.   The detail is: See ...
    Posted to Cute Live Support (Forum) by joey on August 8, 2007
  • Re: How to disable html auto correction feature

    Hi Adam and Eric, Well, after apply the fix, we found the following issue: When include the following script in HTML tab, when go to normal tab, we see the ''The Time is ...'' which is correct. But the problem is everytime we go back to HTML tab then back to normal tab again, there is one more ''The Time is...'' appended next to the last ...
    Posted to Cute Editor for .NET (Forum) by qsun@ngenera.com on August 13, 2010
  • Re: Styles from CSS sheet

    Hi,   If you want to use another xml file, please open"\richtexteditor\dialogs\setstyles.xml", find section below. You can change the location and file name "staticstyles.xml" directly.   var arr=[editor._config.folder+"config/staticstyles.xml?"+editor._config._urlsuffix];  Also, the example below ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on May 1, 2013
  • Re: staticlinks.xml

    Hi, You can specify url like  mymakexml.ashx , and generate dynamic xml at server side. If you want to  generate dynamc data in client side , you can try this : Please try this ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by cutechat on September 19, 2012
  • Error Integration CuteChat in ASP.NET

    Hi, I am trying to integrate CuteChat into an ASP.NET website, which uses a custom Authentication mechanism. I have created a class in global.asax and override some of the methods. Then in a page I have added this: if (CuteChat.ChatWebUtility.CurrentIdentityIsAdministrator)   {   ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by sheperson on October 2, 2010