Search

You searched for the word(s): cutesoft_client
Showing page 138 of 228 (2,278 total posts) < 1 second(s)
  • Re: Change Chat/Messenger install folder in CS2007

    murryc,   For CS 2007, you need to edit the following files as well:   RedirectForumToChat.aspx   Themes\default\Common\UserWelcome.ascx   Themes\default\Forums\GroupList.ascx   Replace the CuteSoft_Client/CuteChat with your own path.   Hope it helps.   Keep me posted    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 21, 2007
  • Javascript Error

    I got the following error, when i use a ModalPopup with CuteEditor (first time it works, the second time, this error is thrown): Error: editor.GetScriptProperty is not a function Sourcefile: http://hierbinichgast.de/CuteSoft_Client/CuteEditor/Load.ashx?type=scripts&file=Gecko_Loader Row: 5   Any ideas?
    Posted to Cute Editor for .NET (Forum) by SitePoint on July 13, 2007
  • Re: Help! Toolbars not displaying correctly

    Unfortunately that solution didn't work.  I created a new virtual directory and copied /bin, /cs, /cutesoft_client in and it worked fine, so it would appear that it is something in the configuration of my existing site.  I'll continue to investigate and post any findings.
    Posted to Cute Editor for .NET (Forum) by stormy2084 on October 25, 2006
  • Re: Customization of the Toolbars

    Kumar,Try  <CE:Editor id=''Editor1'' AutoConfigure=''Default''  runat=''server''></CE:Editor>or <CE:Editor id=''Editor1'' ConfigurationPath=''~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/yourconfig.config''   runat=''server''></CE:Editor>         
    Posted to Cute Editor for .NET (Forum) by Adam on October 28, 2005
  • Re: Modifying DNN Embedded Chat for Dynamic Resizing

    donm,   Please open CuteSoft_Client\CuteChat\EmbedChannel.ascx file.   and change the following code:   <table style=''width:600px;height:500px;''>   to:   <table style=''width:100%;height:500px;''>    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 1, 2007
  • Re: list of menu items

        i got the solution we can got the value /name of menu item  from config  file mostly present in Full.config  placed at location   Drive name:\ProjectName\CuteSoft_Client\CuteEditor\Configuration\AutoConfigure
    Posted to Cute Editor for .NET (Forum) by masood on May 26, 2006
  • Re: Problems with DotNetNuke Integration

    Hi Adam, for your reference, it's the portion of cute editor xml section in my web.config.  It is really the default setting.  Look like in Cute Editor 5.2, a new feature ''File security based on role'' is introduced and however, it is buggy.   UseDNNRoleASFileNamePrefix is not functional and this is devastating for ...
    Posted to Cute Editor for .NET (Forum) by robo_arnold on March 2, 2006
  • Re: Error in Safari

    This version of CuteEditor does not work at all under DNN 4.5.1:   AssemblyVersion: 04.05.01 PortalID: 0 PortalName: Smallbizserver.Net UserID: 1 UserName: host ActiveTabID: 36 ActiveTabName: Home RawURL: ...
    Posted to Cute Editor for .NET (Forum) by Mariette on April 17, 2007
  • Re: Cross-Site Request Forgery vulnerability in load.ashx?

    rwmnau:We've recently had our website scanned for security vulnerabilities by an external vendor - though they came back with all kinds of things, one of them was a Cross-Site Request Forgery that they tied back to CuteSoft_Client/CuteEditor/Load.ashx. Effectively, they were saying that this page could be leveraged to call and execute ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 10, 2015
  • Re: Set Unlimited Image Folder Upload Size

    Hi spencet,   You can change the image store folder size limitation from file "\CuteSoft_Client\CuteEditor\Configuration\Security\Default.config", the setting below.   <security name="MaxImageFolderSize">102400</security>    For the upload image size, you can change it with ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 16, 2014