From 1f568e4b9d1bae95b207ae46c1dd52381901fd96 Mon Sep 17 00:00:00 2001 From: Geoff Barlow Date: Fri, 29 Sep 2017 15:29:44 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/README.md b/README.md index 212d86b..d532a0e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,51 @@ # DnnC.BootsterV2 DnnBootster version 2 + +## Description + +A free open source responsive skin\theme for Dnn (DotNetNuke) using Bootstrap 4.0.0.beta. + +A demo of the theme/skin can be viewed by visiting [http://www.dnnbootster.com](http://www.dnnbootster.com "Official DnnBootster site") + +## Warning : Install on Dnn 08.00.00 +There is a small bug in this version of Dnn that will stop the menu showing. +To solve this is quite easy to do by following theses steps below: + +Go to '/Portals/' folder of your Dnn install +In this folder you will find a file called 'web.config' +Open this file and search for the following 3 lines of html + +`` + +`` +`` + +Change the lines above to this: + +`` + +`` +`` + +Save the file and the menu's should display correctly. + +## Theme Requirements & installation +Install the skin as you would with any other Dnn extension by going to the Host > Extensions page (you should not install via Admin/Extensions). +The Dnn Bootster them was created for Dnn8 and upwards. + +To install follow the steps below: + +1. Download and un-block the zip file from here. +2. Go to Host –> Extensions –> Install Extension wizard to install the Bootster skin pack. +3. After the installation has been completed, navigate to Admin –> Site Settings –> Basic Settings (tab) –> Appearance (section) and specify portal and edit skins and containers. + +## Theme Configuration ## + +### Changing Themes ### +To change the color theme of the skin is easy to do... +Open the skin.ascx and Home.ascx files found in the root of the skin folder 'Bootster'. At the top of the file look for a line with the ID of 'DnnCssThemeInclude' like below: + +`` + + +Enjoy! From b24d3255eed0f1edf37074fd1f851bbc1ed1d981 Mon Sep 17 00:00:00 2001 From: Geoff Barlow Date: Fri, 29 Sep 2017 15:30:24 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d532a0e..1b7392c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install follow the steps below: To change the color theme of the skin is easy to do... Open the skin.ascx and Home.ascx files found in the root of the skin folder 'Bootster'. At the top of the file look for a line with the ID of 'DnnCssThemeInclude' like below: -`` +`` Enjoy!