How to Change the Default HTML Provider for Upgrades to DNN 6.1.X and Above
Method 1
- Log in to your website as Host.
- Navigate to Host > HTML Editor Manager.
- Click on the drop down menu and choose the RadEditorProvider then click Change.
Method 2
- Open the site's web.config file.
- Find (Ctrl+f) htmlEditor defaultProvider. If it's set to TelerikEditorProvider replace this with DotNetNuke.RadEditorProvider.
- Check the providers listed underneath the default provider. If it does not contain the RadEditorProvider listed below, add it.
-
<
add
name
=
"DotNetNuke.RadEditorProvider"
type
=
"DotNetNuke.Providers.RadEditorProvider.EditorProvider, DotNetNuke.RadEditorProvider"
providerPath
=
"~/DesktopModules/Admin/RadEditorProvider"
/>
- Save the web.config file.
Here is a link to help you access and modify your web.config file:
How to Access Your Web.Config
Article ID: 307, Created: April 6, 2012 at 4:01 PM, Modified: August 25, 2014 at 2:22 PM