Re: DNN Provider 4.0 - Customize Toolbar by Role?

  •  04-08-2005, 9:36 AM

    Re: DNN Provider 4.0 - Customize Toolbar by Role?

    Sorry to be such a pain, but I have another.
     
    The security roles for guest are set to restrict access to "guest" folder, yet they can see all folders back to root.
     
    Also, I would guess that you should be able to combine both configs so that you can control access to resources AND tool bars, yet if I add Guest_AutoConfigure="simple.config" it seems to have no impact.
     
    I'm sure it's me missing something simple, but any help would be appreciated.
     
    Just to confirm I have this right...
     
    <htmlEditor defaultProvider="CEHtmlEditorProvider" >
                <providers>
       <clear/>
                   <add name="CEHtmlEditorProvider"
             type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
             providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\" 
             Admin_SecurityPolicyFile = "admin.config"
             Registered_Users_SecurityPolicyFile= "member.config"
             Guest_SecurityPolicyFile= "guest.config"
             Guest_AutoConfigure="simple" />        
     </providers>
             </htmlEditor>
View Complete Thread