DNN 3.x integration

Last post 06-08-2006, 3:15 PM by ludis. 2 replies.
Sort Posts: Previous Next
  •  06-08-2006, 2:55 PM 19939

    DNN 3.x integration

    I am testing CE5 in DNN 3.x and would like to have portal roles default to a particular directory when a user uploads files. I have a SecurityPolicy file for the role and have defined ImageGalleryPath to the directory I want this role to use, however when I insert an image it defaults me to the root...I would like it to default based on the role to a directory of my choice. Can this be done?

    Another issue I noticed is that the 'role based permissions' seem to be only filters based on filename...so if the role STAFF uploads an image, the image is then named STAFF_xxxxx.jpg in the DNN directory. If that role then creates a thumbnail (automatically named t__STAFF_xxxxx.jpg), this role will no longer be able to access (see) that file because it does not conform to the filter (i.e. starting with STAFF_xxxxx.jpg).

    Is there a possibility of the thumbnail behavior automatically creating a filename STAFF_xxxx_thumb.jpg so it still works with roles?

    Thanks

    Luis

    PS is there work going on that will actually integrate file permissions to the DNN roles?

  •  06-08-2006, 3:01 PM 19941 in reply to 19939

    Re: DNN 3.x integration

    Luis,
     
    Open your web.config file and find the CuteEditor section.
     
    And change:
     

        UseDNNRoleASFileNamePrefix="true"
     
    To

        UseDNNRoleASFileNamePrefix="false"
     
     

    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

  •  06-08-2006, 3:15 PM 19945 in reply to 19941

    Re: DNN 3.x integration

    Thanks for the prompt reply...worked great...fixed thumbnail issue as well

    L

View as RSS news feed in XML