Search

You searched for the word(s): cutesoft_client
Showing page 136 of 228 (2,278 total posts) < 1 second(s)
  • Re: White text issues

    Hi krowe,   Try this way:   1. Open file style.css (CuteSoft_Client\CuteEditor\Themes\Office2003\style.css).   2. Add the section below into the file above.   body {     color: Black; }   Regards,   Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 19, 2009
  • Re: Percent character (%) being blocked

    Judge,   Thanks for pointing it out.   Please open CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_td.ascx file and remove the following code:   onkeypress=''return CancelEventIfNotDigit()''   We will upload a new build tonight to fix this issue.
    Posted to Cute Editor for .NET (Forum) by Adam on June 19, 2007
  • Re: Error message when creating a template

    Enno,   We are investigating this issue and will get back to you as soon as possible.   Here is a temp solution:Copy CuteSoft_client folder and all files it contains to the root of you site.  
    Posted to Cute Editor for .NET (Forum) by Adam on December 19, 2005
  • Re: White space is being created in the embed params of Media and Flash tools

    lwb1962: Cool -- thank you for the prompt response.   Can you tell me which directories and/or files that I need to select after the download for this fix?   Please update all files under CuteSoft_Client\CuteEditor\Scripts.
    Posted to Cute Editor for .NET (Forum) by Adam on February 25, 2010
  • Re: Adjust header area inside chat rooms

    Hi: You need modify 2 place :   1.  CuteSoft_Client/CuteChat/Channel.xml find table id=''toptableid'' and change the content of the table   2. CuteSoft_Client/CuteChat/Skins/%SkinName%/ChatUI.xml find  <TopPanel AutoDock=''Top'' Height=''60''></TopPanel> and change the Height   Regards , Terry .
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on January 1, 2008
  • Re: Setting Culture for Chat

    Cute Chat and Cute Live Support shares the same admin consolde and integration package.   Step 5: Add the chat admin button in your web pages<%if (CuteSoft.Chat.ChatWebUtility.CurrentIdentityIsAdministrator){%> <Asp:HyperLink runat=server NavigateUrl=''~/CuteSoft_Client/CuteChat/Admin/'' ID=''Hyperlink1'' ...
    Posted to Cute Live Support (Forum) by Adam on March 8, 2007
  • Re: DotnetNuke4.02 With CuteEditor PB: Hwo to set Image GalleryPath to a Custom Folder

    Please open your web.config and add the UseDNNRoleASFileNamePrefix=''false'' to it.   Example:    <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2006
  • Re: Add dropdown to toolbar?

    You can rename the ''code snippets'' to something more meaningful to your app. Step 1: Open the CuteSoft_Client/CuteEditor/Languages/_default.xml or other lanauage file Step 2: Find the following code: <resource name=''Codes''>Code Snippet</resource> Step 3: Rename the ''code snippets'' to something more meaningful to your ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: Upload button in the Insert Image screen

    yes, it's possible. Please follow the steps below: 1. Open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx   2. Change the following code:   <fieldset id=''fieldsetUpload''>   to:   <fieldset id=''fieldsetUpload'' style=''display:none''>   Hope it helps.    
    Posted to Cute Editor for .NET (Forum) by Adam on December 5, 2007
  • Image Unc Path

    I have a web farm.  I need to store the images on a seperate server.  I am currently doing this now for avatar images.  So I know the path is set up correctly.  I get the following error when attemting to write to this path with your code.    Re: Image Path Reply Quote Edit Favorites Contact ...
    Posted to Cute Editor for .NET (Forum) by Regina.Wright on April 28, 2009