· Chris Hammond
Last Updated
DotNetNuke Tip #14, Remove Smileys from FTB
Learn how to remove smiley functionality from your DNN professional website's content authors with the latest FreeTextBox provider. #DNN #webdevelopment
Perhaps you're running a professional website and don't want your content authors entering smileys into their content? The latest version of DNN with the FreeTextBox provider by default allows anyone with FTB access to put smileys in their content.
To remove the smiley toolbar button you'll need to recompile the Provider.Ftb3HtmlEditorProvider project.
In the Ftb3HtmlEditorProvider.vb file go to Line #318 and comment that line out.
Recompile the project and deploy the newly updated DotNetNuke.Ftb3HtmlEditorProvider.dll.