Integrate Cute Editor for .NET with community server 2008 filestorage

Last post 12-19-2008, 11:01 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  12-19-2008, 7:11 AM 47125

    Integrate Cute Editor for .NET with community server 2008 filestorage

    Hellow!

    I want to use Cute Editor for .NET in my site, based on community server 2008 and i have some problems with filestorage

    My site stores files in default CS 2008 folders

    <CentralizedFileStorage>
      <fileStore name="CommunityServer.Components.PostAttachments" type="CommunityServer.Components.FileSystemFileStorageProvider, CommunityServer.Components" basePath="~/filestorage/" downloadValidatorType="CommunityServer.Components.PostAttachmentFileAccessValidator, CommunityServer.Components" />
      ......
      </CentralizedFileStorage>

    Later this setting can change (maybe custom provider)

    I want to configure Cute Editor for .NET to use the CS 2008 configuration instead of 

    <security name="ImageGalleryPath">~/photos/storage</security>
      <security name="MediaGalleryPath">~/photos/storage</security>
      <security name="FlashGalleryPath">~/photos/storage</security>
      <security name="TemplateGalleryPath">~/files/storage</security>
      <security name="FilesGalleryPath">~/files/storage</security>

    how can i do this?

    users that already uploaded files using default CS 2008 interface should see their uploaded files.

  •  12-19-2008, 11:01 AM 47140 in reply to 47125

    Re: Integrate Cute Editor for .NET with community server 2008 filestorage

    Change:
     
    <security name="ImageGalleryPath">~/photos/storage</security>
      <security name="MediaGalleryPath">~/photos/storage</security>
      <security name="FlashGalleryPath">~/photos/storage</security>
      <security name="TemplateGalleryPath">~/files/storage</security>
      <security name="FilesGalleryPath">~/files/storage</security>
     
    to:
     
    <security name="ImageGalleryPath">~/filestorage</security>
      <security name="MediaGalleryPath">~/filestorage</security>
      <security name="FlashGalleryPath">~/filestorage</security>
      <security name="TemplateGalleryPath">~/filestorage</security>
      <security name="FilesGalleryPath">~/filestorage</security>

    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

View as RSS news feed in XML