Startup folder in DNN?

Last post 02-22-2008, 9:15 PM by robax. 2 replies.
Sort Posts: Previous Next
  •  02-14-2008, 4:40 AM 37038

    Startup folder in DNN?

    Hi again,
     
    Just some more questions about integrating this with Dotnetnuke. I've set this up on DNN 4.7 and used just the default provider settings that it comes with.
     
    I've signed into my portal using my content manager role - this is not an administrator role. when I browse for an image, the editor only allows me to see a folder: /Portals/6/Member
     
    The editor appears to have gone and created this folder by itself, but what I was expecting was access to the folders that this role already has access to - not a new folder that it has auto-created.
     
    I've examined the config for anything resembling "Member" but can't see it.
     
    Any ideas?
  •  02-14-2008, 10:07 AM 37050 in reply to 37038

    Re: Startup folder in DNN?

    Robax,
     
    Please open the web.config file and modify the following code to meet your requirements:
     

               Registered_AutoConfigure = "Full_noform"
               Registered_SecurityPolicyFile = "default.config"
               Registered_TemplateItemList = ""
               Registered_DisableItemList = ""
               Registered_AllowPasteHtml  ="true"
               Registered_EditorOnPaste  = "default"
               Registered_ReadOnly = "false"
               Registered_ShowBottomBar ="true"
               Registered_ShowHtmlMode  ="true"
               Registered_ShowPreviewMode  ="true"
               Registered_ShowTagSelector  ="true"
               Registered_EnableStripScriptTags  ="false" 
               Registered_EnableContextMenu    ="true"


    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

  •  02-22-2008, 9:15 PM 37303 in reply to 37050

    Re: Startup folder in DNN?

    hmmm.. perhaps I'm dumb, but I haven't been able to figure out what those options have to do with this 'member' folder that was created by the editor?
     
    Just in case you're referring me to the SecurityPolicyFile setting, I've also scanned through the default.config several times without finding reference to it.
     
    All I'd expect the provider to do by default is show the user the folders they have been given rights to see. It doesn't appear to do that and instead it creates a brand new 'member' folder and only allows access to that. Is that how it is supposed to be or can it be made to follow the DNN security?
     
    Thanks for any further assistance with this one.
    Rob
View as RSS news feed in XML