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)?