SlideShare a Scribd company logo
Graphicguru India
DotNetNuke Community 07
Installation, Administration
& Theming Step-by-Step
– by Vinod Dangudubiyyapu
Contents
Who’s this is for ................................................................................................................................................................1
Author ...............................................................................................................................................................................2
Requirements....................................................................................................................................................................2
Installation ........................................................................................................................................................................2
DNN Setup.....................................................................................................................................................................2
Database Setup.............................................................................................................................................................4
Configuration Settings ..................................................................................................................................................7
Website Administration..................................................................................................................................................11
Disable Update Feature ..........................................................................................................................................11
Add Users................................................................................................................................................................12
SMTP Settings .........................................................................................................................................................14
Edit Page..................................................................................................................................................................15
Theming DNN..................................................................................................................................................................16
DNN Structure.........................................................................................................................................................16
Change Skin /Container ..........................................................................................................................................17
Upload New Skin/Container....................................................................................................................................17
Delete Installed Skins / Containers .........................................................................................................................18
Artisteer Theming ( updating soon)........................................................................................................................19
Resource..........................................................................................................................................................................20
Links / Reference.....................................................................................................................................................20
Skinning Help Links..................................................................................................................................................20
Modules ..................................................................................................................................................................20
Rescue:....................................................................................................................................................................20
Who’s this is for
A web designer or a web developer who was intruder on DNN to create a world class website with .Net CMS
Platform
Author
My Self Vinod Dangudubiyyapu is a Web and Graphic Designer and exploring to new technologies on CMS for Look
and feel with full understanding on Platform from Setting up environment to Maintenance. This guide is to referred
from self-exploration to relevant issues on search result base information and clubs them at one place
Requirements
1. Download Dotnetnuke Community Edition 7.0 or above
2. SQL Server 2008 R2 with Management Studio
3. Configure IIS 7
4. Visual Studio 2010 or above for Editing
5. Artisteer 2 .0 or above for Theme Creation
Installation
DNN Setup
1. Download DotNetNuke Community Edition and Extract to a folder
2. Right click on Extracted folder and click Properties
3. Select Security tab and Add Full Permissions to the user IIS_IUSRS
4. Open IIS from run command by typing inetmgr (if windows feature not enable you not able to open IIS to
enable the IIS. Goto Control Panel > Programs and Features > on Left side click Turn on windows feature >
Select Internet Information service > click ok. Open browser type in address bar http://localhost to check IIS
installed and working)
5. Create New Website under Site node and Point to the folder where DNN Extracted, Provide Port number
6. Goto Application Pool. Select the New Website created
7. Click on Basic settings under Edit Application Pool select .Net version 4.0 from Dropdown
Database Setup
1. Open SQL Server
2. Create Database with name DotNetNuke Click ok
3. Create USER under Login Security with admin user > select as SQL Authentication uncheck Enforce Polices >
Select Database Name from default database Dorpdown . Note : Remember the passwords
4. Goto the tab Server Roles and check dbcreator
5. Goto the tab User Mapping and check the Database name and in below section check the db_owner
6. Goto the tab Status and make sure Permissions Grant and the Login is Enabled
7. Select database > Login > user properties and select the db_owner in both sections
Configuration Settings
1. Edit the web.config file for pointing the database to start DNN instalation, Edit parameter
a. passwordFormat="Clear" for lost password retrieval
b. Comment in both <connectionStrings> and <appSettings>
<add name="SiteSqlServer" connectionString="Data Source=.SQLExpress;Integrated
Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
providerName="System.Data.SqlClient"/>
c. Comment in both and change database name with credentials <connectionStrings> and
<appSettings>
<add name="SiteSqlServer" connectionString="Data Source=.SQLExpress;Initial
Catalog=Dotnetnuke;User ID=dnnadmin;Password=dnnadmin@123"
providerName="System.Data.SqlClient" />
2. Run the DNN Site and install wizard start follow simple steps for database configuration. Enter User name &
Password (Tip: use the system password to remember, Note: Remember the passwords) and Website Name.
3. Configure Database
a. Select Custom in Database Information section
b. Select SQL Server/SQL Server Express Database from Database Type section
c. Enter Server Name: .SQLExpress
d. Enter Database Name: DotNetNuke
e. Select User Defined from Security
f. Enter Database Login name and Password
g. Check the Database Owner
4. Finalizing DNN Setup.
5. Click View Website after Installation finished
Website Administration
Disable Update Feature
1. After Installation finished you will notice a update notification icon on next to DNN logo to disable this goto
Host menu and click on Host Settings
a. To do changes in site level login with Host Account
b. Click Host Settings under Host menu
2. Uncheck the check box of Check for upgrade?
3. Provide details for HOST Account and Click Update Button
Add Users
1. Click on Users Menu and Click Add New User
2. Enter the New user details
3. A new user is been created
4.
SMTP Settings
Edit Page
1. Login with Host Account and Click on Edit Page tab on Top Ribbon bar
2. After Selecting Edit Page you will see regions to move the controls, change settings & add new controls
3. After Editing finish Click Edit Page tab and click Close edit button
4.
Theming DNN
To Create DNN a there are certain ways. HTML structure with DNN defined attributes or using software
called Artisteer
DNN Structure
1. Logo
2. Search
3. Login
4. Menu
5. Banner
6. Grouping of three Content
7. Grouping of four Content
8. Another piece of Content
9. Footer which is grouped by four as well
DotNetNuke structure is through Panes and Containers. Essentially a Pane will always be wrapped within a
Container.
Skin is the Look and Feel of Website
Container is contentment area the part of the website.
Skin Location: C:inetpubwwwrootDotNetNukeDotNetNukePortals_defaultSkins
Containers Location: C:inetpubwwwrootDotNetNukeDotNetNukePortals_defaultContainers
Change Skin /Container
1. Click on Admin Menu > click on Skins
2. Under Skin Editor change the skin and container related to skin > click update to change the skin
Upload New Skin/Container
1. Click on Host Menu > click on Host Settings
2. Scroll down click on Upload Skin/Container
3. Choose file to upload and click next to follow instructions
4. Choose the upload type Skin or Container or Not a Skin/Container (other extension).
5. Check the Accept License > Click Next > Next > Return
Delete Installed Skins / Containers
1. Goto Host > Extensions
2. Scroll down to Skin Section and as same for the containers
3. Delete the added skin/container from the list
4. Check the Delete Files check box > Click the Uninstall Package > Click Ok for Confirmation
DNN Skinning
Include your css and js files to your ascx page by registering "DotNetNuke.Web.Client.ClientResourceManagement" namespace to
page and using its "DnnCssInclude”, "DnnJsInclude" control element.
Artisteer Theming (updating soon)
Resource
Links / Reference
http://www.ifinity.com.au/2012/11/12/The_Top_5_Things_in_DotNetNuke_7_that_you_will_love
Skinning Help Links
http://stackoverflow.com/questions/16396350/dotnetnuke-7-skinning-tutorial
http://artisteertutorial.com/
http://artistutorial.blogspot.in/
http://www.dnnskins.com/
Modules
http://store.dnnsoftware.com/
http://www.codingstaff.com/products/dotnetnuke-modules
Rescue:
Lost Password Host or Admin Accounts
As there are frequent requests from users, who lost the password of the host account (and you cannot
request the host password by email), the following solution will help
For all DNN 3 and 4 installations
(http://www.deutschnetnuke.de/AboutDotnetNuke/V3V4TippsTricks/HostLoginvergessen.aspx,
http://knowledge.3essentials.com/web-hosting/article/376/Reset-DNN-host-password.html)
Please note, that your need direct access to the database to succeed with the issue:
1. If "register" is not displayed for the portal, go to table "Portals" in your database and enter
value "2" into column "UserRegistration".
2. Create a new user account by registration (this time, please remember the password you
enter!)
3. go to database, enter table "ASPNet_Membership"
4. go to new user account (usually the last one) and copy the encrypted values of columns
"Password" and "PasswordSalt" into the same columns of user account "host" (usually th first
entry in this table)
5. Login as user "host" using the new password and delete the reshly created other user.
6. if changed, revert UserRegistration mode in Site Settings
7. Keep remembering your password ;)
For above DNN 5+ (http://twentytech.net/dotnetnuke/recover-your-dotnetnuke-host-password/ )
1. Edit the parameters in Web.config file.
a. enablePasswordRetrieval="true"
b. passwordFormat="Clear"
2. Create a new file called RecoverPassword.aspx
3. Paste in the follow code
<%@ Page Language="C#" %>
<script runat="server">
void Page_Load(object sender, System.EventArgs e)
{
DotNetNuke.Entities.Users.UserInfo uInfo =
DotNetNuke.Entities.Users.UserController.GetUserById(0, 1);
if (uInfo != null)
{
string password =
DotNetNuke.Entities.Users.UserController.GetPassword(ref uInfo, String.Empty);
Response.Write("Password: " + password);
} else {
Response.Write("UserInfo object is null");
}
}
</script>
<html> <head>
<title>Recover Password</title>
</head> <body> </body></html>
4. Now upload the file to the root of your DotNetNuke installation install folder and visit the page
5. Copy the password and REMEMBER and not forget to the delete this page IMMEDIETELY

More Related Content

What's hot (6)

PDF
DXN Online Registration: Sponsor ID: 310009373 Sponsor Name: Csikós Ilona
Csikós Ilona
 
PDF
Jsky User Guide
mattotamhe
 
PPT
Vistasetup
kapitanbasa
 
PDF
Ace user manual in english
Civil Engineers Forum
 
PDF
Xbox Indie Account via XNA Creators club for all Students
Lee Stott
 
PDF
Kern safe istorage server-high-availability-iscsi-san-for-windows-server-2008...
KernSafe Technologies
 
DXN Online Registration: Sponsor ID: 310009373 Sponsor Name: Csikós Ilona
Csikós Ilona
 
Jsky User Guide
mattotamhe
 
Vistasetup
kapitanbasa
 
Ace user manual in english
Civil Engineers Forum
 
Xbox Indie Account via XNA Creators club for all Students
Lee Stott
 
Kern safe istorage server-high-availability-iscsi-san-for-windows-server-2008...
KernSafe Technologies
 

Viewers also liked (18)

ODP
Packaging DNN extensions
Engage Software
 
ODP
Considerations with Writing JavaScript in your DotNetNuke site
Engage Software
 
PPTX
Big 6 presentation
billyblogs99
 
PDF
The Jakobstad Region - Statistics about the Home of Quality
Jakobstad Region Development Company Concordia
 
PPTX
Cec slides
Scott Brittenham
 
PPTX
затраты в условиях кризиса
Igor Iakovliev
 
PDF
Elämänlaatu 2040 - Seuranta 2014
Jakobstad Region Development Company Concordia
 
PPTX
Урок мужества
Lyudmila Tkachuk
 
PPTX
Orient Rug Range By Oriental Weavers
The Rug Shop UK
 
PDF
A christmas carol
iuliana militaru
 
PPT
ο βενιζέλος πρωθυπουργός, σελ. 84
sotirisgar
 
PPTX
Fusion Rug Range By Ultimate Rugs
The Rug Shop UK
 
PPTX
Uwt one pager 2014
United World Telecom
 
PPTX
Conran Rug Range by Oriental Weavers
The Rug Shop UK
 
PPT
RecoveryRx® Accelerated healing and better pain relief
Max Poritzky
 
PPTX
Listening powerpoint presentation
Natcha Onsampant
 
PPT
Back to School Night
MochaCola
 
PPTX
контекстная реклама своими руками
Igor Iakovliev
 
Packaging DNN extensions
Engage Software
 
Considerations with Writing JavaScript in your DotNetNuke site
Engage Software
 
Big 6 presentation
billyblogs99
 
The Jakobstad Region - Statistics about the Home of Quality
Jakobstad Region Development Company Concordia
 
Cec slides
Scott Brittenham
 
затраты в условиях кризиса
Igor Iakovliev
 
Elämänlaatu 2040 - Seuranta 2014
Jakobstad Region Development Company Concordia
 
Урок мужества
Lyudmila Tkachuk
 
Orient Rug Range By Oriental Weavers
The Rug Shop UK
 
A christmas carol
iuliana militaru
 
ο βενιζέλος πρωθυπουργός, σελ. 84
sotirisgar
 
Fusion Rug Range By Ultimate Rugs
The Rug Shop UK
 
Uwt one pager 2014
United World Telecom
 
Conran Rug Range by Oriental Weavers
The Rug Shop UK
 
RecoveryRx® Accelerated healing and better pain relief
Max Poritzky
 
Listening powerpoint presentation
Natcha Onsampant
 
Back to School Night
MochaCola
 
контекстная реклама своими руками
Igor Iakovliev
 
Ad

Similar to Dot netnuke07 setpbysetp (20)

DOCX
FailOver Clustring
Ziyad Mehmood(MCP)
 
PPTX
Windows Server 2008 Active Directory
anilinvns
 
PPTX
Configuration manager
Raghu nath
 
PPTX
Windows Server 2012 Installation and Configurtion Superiorgrw
Awais Amjad
 
DOCX
Application Catalog and Approval Runbooks Sample
James Donnelly
 
PDF
HASHIM
Hashoma Shika
 
PDF
Nintex installation guide
parallelminds
 
PDF
Windows prosystemserverinstallguide
djedvaji
 
PDF
02 setting up domain controller
Sarath Chandra Aravapalli
 
DOCX
DotNetNuke
Ambati Sreedhar
 
PDF
Microsoft Lync Server 2010 Installation
Shahab Al Yamin Chawdhury
 
PDF
Azure hands on lab
Atanas Gergiminov
 
PDF
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
Faina Fridman
 
PPTX
Configuration manager
Raghu nath
 
PDF
Step by step installation of microsoft dynamics 365 finance and operations on...
Umesh Pandit
 
DOC
SOP - 2013 Server Build
Robert Jones
 
PDF
Citrix StoreFront - Implementation Guide
Nuno Alves
 
PPT
Ocodewire one_page_checkout_extension_demo
Magento oCodewire
 
PDF
Innovyze Infonet Manual
Darren O' Dwyer
 
PPTX
webMethods Integration Server Introduction
Arul ChristhuRaj Alphonse
 
FailOver Clustring
Ziyad Mehmood(MCP)
 
Windows Server 2008 Active Directory
anilinvns
 
Configuration manager
Raghu nath
 
Windows Server 2012 Installation and Configurtion Superiorgrw
Awais Amjad
 
Application Catalog and Approval Runbooks Sample
James Donnelly
 
Nintex installation guide
parallelminds
 
Windows prosystemserverinstallguide
djedvaji
 
02 setting up domain controller
Sarath Chandra Aravapalli
 
DotNetNuke
Ambati Sreedhar
 
Microsoft Lync Server 2010 Installation
Shahab Al Yamin Chawdhury
 
Azure hands on lab
Atanas Gergiminov
 
230394452 extending-extending-srm-web-dynpro-view srm-web-dynpro-view
Faina Fridman
 
Configuration manager
Raghu nath
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Umesh Pandit
 
SOP - 2013 Server Build
Robert Jones
 
Citrix StoreFront - Implementation Guide
Nuno Alves
 
Ocodewire one_page_checkout_extension_demo
Magento oCodewire
 
Innovyze Infonet Manual
Darren O' Dwyer
 
webMethods Integration Server Introduction
Arul ChristhuRaj Alphonse
 
Ad

Recently uploaded (20)

PDF
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PDF
Learn Computer Forensics, Second Edition
AnuraShantha7
 
PDF
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
Learn Computer Forensics, Second Edition
AnuraShantha7
 
Why Orbit Edge Tech is a Top Next JS Development Company in 2025
mahendraalaska08
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 

Dot netnuke07 setpbysetp

  • 1. Graphicguru India DotNetNuke Community 07 Installation, Administration & Theming Step-by-Step – by Vinod Dangudubiyyapu Contents Who’s this is for ................................................................................................................................................................1 Author ...............................................................................................................................................................................2 Requirements....................................................................................................................................................................2 Installation ........................................................................................................................................................................2 DNN Setup.....................................................................................................................................................................2 Database Setup.............................................................................................................................................................4 Configuration Settings ..................................................................................................................................................7 Website Administration..................................................................................................................................................11 Disable Update Feature ..........................................................................................................................................11 Add Users................................................................................................................................................................12 SMTP Settings .........................................................................................................................................................14 Edit Page..................................................................................................................................................................15 Theming DNN..................................................................................................................................................................16 DNN Structure.........................................................................................................................................................16 Change Skin /Container ..........................................................................................................................................17 Upload New Skin/Container....................................................................................................................................17 Delete Installed Skins / Containers .........................................................................................................................18 Artisteer Theming ( updating soon)........................................................................................................................19 Resource..........................................................................................................................................................................20 Links / Reference.....................................................................................................................................................20 Skinning Help Links..................................................................................................................................................20 Modules ..................................................................................................................................................................20 Rescue:....................................................................................................................................................................20 Who’s this is for A web designer or a web developer who was intruder on DNN to create a world class website with .Net CMS Platform
  • 2. Author My Self Vinod Dangudubiyyapu is a Web and Graphic Designer and exploring to new technologies on CMS for Look and feel with full understanding on Platform from Setting up environment to Maintenance. This guide is to referred from self-exploration to relevant issues on search result base information and clubs them at one place Requirements 1. Download Dotnetnuke Community Edition 7.0 or above 2. SQL Server 2008 R2 with Management Studio 3. Configure IIS 7 4. Visual Studio 2010 or above for Editing 5. Artisteer 2 .0 or above for Theme Creation Installation DNN Setup 1. Download DotNetNuke Community Edition and Extract to a folder 2. Right click on Extracted folder and click Properties 3. Select Security tab and Add Full Permissions to the user IIS_IUSRS
  • 3. 4. Open IIS from run command by typing inetmgr (if windows feature not enable you not able to open IIS to enable the IIS. Goto Control Panel > Programs and Features > on Left side click Turn on windows feature > Select Internet Information service > click ok. Open browser type in address bar http://localhost to check IIS installed and working) 5. Create New Website under Site node and Point to the folder where DNN Extracted, Provide Port number 6. Goto Application Pool. Select the New Website created
  • 4. 7. Click on Basic settings under Edit Application Pool select .Net version 4.0 from Dropdown Database Setup 1. Open SQL Server 2. Create Database with name DotNetNuke Click ok
  • 5. 3. Create USER under Login Security with admin user > select as SQL Authentication uncheck Enforce Polices > Select Database Name from default database Dorpdown . Note : Remember the passwords 4. Goto the tab Server Roles and check dbcreator
  • 6. 5. Goto the tab User Mapping and check the Database name and in below section check the db_owner 6. Goto the tab Status and make sure Permissions Grant and the Login is Enabled
  • 7. 7. Select database > Login > user properties and select the db_owner in both sections Configuration Settings 1. Edit the web.config file for pointing the database to start DNN instalation, Edit parameter a. passwordFormat="Clear" for lost password retrieval b. Comment in both <connectionStrings> and <appSettings> <add name="SiteSqlServer" connectionString="Data Source=.SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient"/> c. Comment in both and change database name with credentials <connectionStrings> and <appSettings> <add name="SiteSqlServer" connectionString="Data Source=.SQLExpress;Initial Catalog=Dotnetnuke;User ID=dnnadmin;Password=dnnadmin@123" providerName="System.Data.SqlClient" /> 2. Run the DNN Site and install wizard start follow simple steps for database configuration. Enter User name & Password (Tip: use the system password to remember, Note: Remember the passwords) and Website Name.
  • 8. 3. Configure Database a. Select Custom in Database Information section b. Select SQL Server/SQL Server Express Database from Database Type section c. Enter Server Name: .SQLExpress d. Enter Database Name: DotNetNuke e. Select User Defined from Security f. Enter Database Login name and Password g. Check the Database Owner
  • 10. 5. Click View Website after Installation finished
  • 11. Website Administration Disable Update Feature 1. After Installation finished you will notice a update notification icon on next to DNN logo to disable this goto Host menu and click on Host Settings a. To do changes in site level login with Host Account b. Click Host Settings under Host menu 2. Uncheck the check box of Check for upgrade?
  • 12. 3. Provide details for HOST Account and Click Update Button Add Users 1. Click on Users Menu and Click Add New User
  • 13. 2. Enter the New user details 3. A new user is been created 4.
  • 15. Edit Page 1. Login with Host Account and Click on Edit Page tab on Top Ribbon bar 2. After Selecting Edit Page you will see regions to move the controls, change settings & add new controls
  • 16. 3. After Editing finish Click Edit Page tab and click Close edit button 4. Theming DNN To Create DNN a there are certain ways. HTML structure with DNN defined attributes or using software called Artisteer DNN Structure 1. Logo 2. Search 3. Login 4. Menu 5. Banner 6. Grouping of three Content 7. Grouping of four Content 8. Another piece of Content 9. Footer which is grouped by four as well DotNetNuke structure is through Panes and Containers. Essentially a Pane will always be wrapped within a Container. Skin is the Look and Feel of Website Container is contentment area the part of the website. Skin Location: C:inetpubwwwrootDotNetNukeDotNetNukePortals_defaultSkins Containers Location: C:inetpubwwwrootDotNetNukeDotNetNukePortals_defaultContainers
  • 17. Change Skin /Container 1. Click on Admin Menu > click on Skins 2. Under Skin Editor change the skin and container related to skin > click update to change the skin Upload New Skin/Container 1. Click on Host Menu > click on Host Settings
  • 18. 2. Scroll down click on Upload Skin/Container 3. Choose file to upload and click next to follow instructions 4. Choose the upload type Skin or Container or Not a Skin/Container (other extension). 5. Check the Accept License > Click Next > Next > Return Delete Installed Skins / Containers 1. Goto Host > Extensions 2. Scroll down to Skin Section and as same for the containers
  • 19. 3. Delete the added skin/container from the list 4. Check the Delete Files check box > Click the Uninstall Package > Click Ok for Confirmation DNN Skinning Include your css and js files to your ascx page by registering "DotNetNuke.Web.Client.ClientResourceManagement" namespace to page and using its "DnnCssInclude”, "DnnJsInclude" control element. Artisteer Theming (updating soon)
  • 20. Resource Links / Reference http://www.ifinity.com.au/2012/11/12/The_Top_5_Things_in_DotNetNuke_7_that_you_will_love Skinning Help Links http://stackoverflow.com/questions/16396350/dotnetnuke-7-skinning-tutorial http://artisteertutorial.com/ http://artistutorial.blogspot.in/ http://www.dnnskins.com/ Modules http://store.dnnsoftware.com/ http://www.codingstaff.com/products/dotnetnuke-modules Rescue: Lost Password Host or Admin Accounts As there are frequent requests from users, who lost the password of the host account (and you cannot request the host password by email), the following solution will help For all DNN 3 and 4 installations (http://www.deutschnetnuke.de/AboutDotnetNuke/V3V4TippsTricks/HostLoginvergessen.aspx, http://knowledge.3essentials.com/web-hosting/article/376/Reset-DNN-host-password.html) Please note, that your need direct access to the database to succeed with the issue: 1. If "register" is not displayed for the portal, go to table "Portals" in your database and enter value "2" into column "UserRegistration". 2. Create a new user account by registration (this time, please remember the password you enter!) 3. go to database, enter table "ASPNet_Membership" 4. go to new user account (usually the last one) and copy the encrypted values of columns "Password" and "PasswordSalt" into the same columns of user account "host" (usually th first entry in this table) 5. Login as user "host" using the new password and delete the reshly created other user. 6. if changed, revert UserRegistration mode in Site Settings 7. Keep remembering your password ;) For above DNN 5+ (http://twentytech.net/dotnetnuke/recover-your-dotnetnuke-host-password/ ) 1. Edit the parameters in Web.config file. a. enablePasswordRetrieval="true" b. passwordFormat="Clear" 2. Create a new file called RecoverPassword.aspx 3. Paste in the follow code <%@ Page Language="C#" %> <script runat="server"> void Page_Load(object sender, System.EventArgs e) { DotNetNuke.Entities.Users.UserInfo uInfo = DotNetNuke.Entities.Users.UserController.GetUserById(0, 1); if (uInfo != null) { string password = DotNetNuke.Entities.Users.UserController.GetPassword(ref uInfo, String.Empty); Response.Write("Password: " + password); } else {
  • 21. Response.Write("UserInfo object is null"); } } </script> <html> <head> <title>Recover Password</title> </head> <body> </body></html> 4. Now upload the file to the root of your DotNetNuke installation install folder and visit the page 5. Copy the password and REMEMBER and not forget to the delete this page IMMEDIETELY