Installation
install moDnnArticle as you usually install modules to your DNN site
Add the following HTML snippet to the head section of your webpage:
<link rel="stylesheet" type="text/css" href="<%= PortalSettings.HomeDirectory %>bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/DesktopModules/MattOpen/moDnnArticle/moDnnArticle.css" />
Include the following scripts at the bottom of the body of your webpage:
!!! check before if bootstrap.js exist and do not load twice !!!
<script src="<%= PortalSettings.HomeDirectory %>bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="/DesktopModules/MattOpen/moDnnArticle/js/moDnnArticle.js" type="text/javascript"></script>
install ckeditor for dnn
take a look at example skin, how to use.
Configuration CK-Editor
CKEditor settings can also be configured by using the ckeditor_config.js file. To change CKEditor configuration, add the settings that you want to modify to the ckeditor_config.js, find here:
/DesktopModules/MattOpen/moDnnArticle/js/ckeditor_config.js
for more information look at CK-EDITOR.config