Re: Customizing Toolbars in DNN3.1

  •  01-02-2006, 10:01 AM

    Re: Customizing Toolbars in DNN3.1

    I found this information very helpful, along with the how-to's on the site yet I'm stuck.  I need to have my registered users on a DNN 3.1.1 version with the latest CE build be set up with a basic toolbar (modified simple autoconfig).  I've been snooping around CEHtmlEditorProvider.vb file and haven't found a place for the following to be placed.
     
    Example:

         Admin_AutoConfigure = "Full"
         Registered_AutoConfigure = "Simple"
         Guest_AutoConfigure = "Minimal"
     
    Am I missing something in the .vb file or should I be looking elsewhere (like in the web.config file)?
View Complete Thread