Documentation > DotNetNuke

Installing and Using DotNetNuke Skins


Installing DotNetNuke 4.9.x Skins
Installing DotNetNuke 4.9.x Menu Skin Object
Installing Skins in DotNetNuke 5.1 and 6.x
Artisteer 4.0 jQuery Settings
Working With Vertical Menu
Applying DotNetNuke Skins
DotNetNuke Places


Installing DotNetNuke 4.9.x Skins

  1. Log in to your DotNetNuke website as an Administrator/Host.
  2. Go to Admin -> Skins/Host -> Skins.
  3. Select the "Upload Skin" option.
  4. Browse for the exported skin file (<ExportedSkinName>.zip), then click the "Install Skin Package" link.

Installing DotNetNuke 4.9.x Menu Skin Object

  1. Log in to your DotNetNuke Administration.
  2. Go to Host -> Module Definition.
  3. Select the "Install New Module" option.
  4. Browse for the ArtMenuSO.zip file, and then click the "Install New Module" link.
Note: DotNetNuke 4 is supported only by Artisteer 3.1.

Installing Skins in DotNetNuke 5.1 and 6.x

  1. Log in to your DotNetNuke Administration area as the "Host" user.
  2. Go to Extensions -> Install Extension Wizard.
  3. Browse to the skin file (<ExportedSkinName>.zip) on your local drive.
  4. Follow the wizard steps until the skin is installed.

  5. installing skins

  6. Go to Admin -> Skins and in the Skin Editor select the Skin and Container.

  7. installing skins

When the skin and container are applied the import content message appeares:

installing skins


Note: You can import content from Artisteer 4 only to DotNetNuke 6.

Artisteer 4.0 jQuery Settings

Artisteer 4.0 uses jQuery version 1.7.2 to provide fresh design effects. If you are using skins generated with Artisteer 4.0, please log in to backend as "host", navigate Host Settings > Advanced Settings > jQuery Settings > Use hosted jQuery version and edit the path to the jQuery file by replacing the default version 1(DotNetNuke 5) or 1.6.4 (DotNetNuke 6) with the version 1.7.2:


jquery settings

Working With Vertical Menu

Artisteer automatically creates a vertical menu and saves it as a skin object in the page.ascx file along with the design settings. You may choose to change the vertical menu location on the page by finding the following element inside the page.ascx file, cutting and pasting it in the right place for you:

<dnn:ARTMENU ID="ArtVMenu1" ShowHiddenTabs="False" ShowAdminTabs="True" ShowDeletedTabs="False" ShowLoginTab="True" ShowUserTab="True" Orientation="Vertical" Caption="" runat="server" />

Please note, modifying the code you take the full responsibility for its validation.
To create a Vertical menu with Sub-Items:
  1. Enable the Multiple menu levels in Artisteer > Vertical Menu tab -> Submenu -> Levels. Make sure that the sample Vertical Sub-Item works within the template previewed in Artisteer.
  2. Create a menu with Sub-Menu items in DotNetNuke.The Sub-menu Items should have the parent items specified for them.

Please remember that the Sub-Items will not appear on the cursor hover unless you click the parent item.


Applying DotNetNuke Skins

DotNetNuke skins can be applied at a single page or the entire portal level.
  1. To apply your Skin to an individual page, go to the Page -> Page Settings and select Page Skin in the Advanced Settings -> Appearance -> Page Skin / Page Container : <ExportedSkinName - page>.
  2. To apply your skin to the entire Website, go to Admin -> Site Settings -> Basic Settings -> Appearance -> Site Skin / Edit Skin and select <ExportedSkinName - page> and <ExportedSkinName - page-admin> options from the dropdown lists as shown below:

    apply dnn skin

  3. Click the Update link to save your changes.

DotNetNuke Places

dnn skins