Andreas01 Free dotnetnuke CSS skin
Last Post 11/30/2009 6:24 AM by Lee Sykes. 17 Replies.
Author Messages
pwan
Nuke Newbie
Nuke Newbie
Posts:6


--
04/02/2008 7:05 AM
    I've recently installed the following version of DotNetNuke (see below) and added the skin and container but it seems to have made a mess of the layout.  I am using the default template which came with this version and apply the skin on top.  I have installed the House of nuke css menu as a module and added your skin without any problems. 

    • DotNetNuke version 03.03.07
    • .NET Framework 1.1.4322.2032
    • Data Provider sqlprovider

    I am using this version of Dotnetnuke because my server runs the .net framework 1.1 ..... Is this the correct version to run these skin or do I have a older version ?

    Any help would be appreciated it.

    Thanks

    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/07/2008 3:46 AM
    It maybe the version of DNN that is the problem. -   In later versions of DotNetNuke, you can specify the Doc type of XHTML transitional in the skin code. - whereas in earlier versions of DotNetNuke you had to specify the Doc type in the main default.aspx file.

    - this may be the reason behind your display issues, if you wish to try changing the Doc type to XHTML transitional have a look at this tutorial:
    Browser Quirks, Standard Compliance modes and Doc Types

    - I would test this out on a  local installation before applying to your live website incase it causes problems.

    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    pwan
    Nuke Newbie
    Nuke Newbie
    Posts:6


    --
    04/08/2008 3:01 AM
    I amended the default.aspx as suggested and followed your advice from your link but it still generates code which is incompatible with the amended doc type. Putting it through W3C validator shows 160 errors but since some of the code is created when the page is requested I am unsure where to make further changes. I am keen in using a CSS menu and swapping to this doc type so the site is as accessible as it can be.

    Thanks
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/08/2008 3:22 AM
    ok, to fix the validation errors, have a look here:

    These are for a later version of DotNetNuke, but 3.7 should be very similar to 4.4, so you should be able to go through the recommended changes to the default.aspx file to fix up most of the validation errors.

    I would follow videos 1-3 of the DotNetNuke 4.4 tutorial - video 3 to the point where we fix the text / html module and I would stop there for your version and see if you have fixed the majority of the problems
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    pwan
    Nuke Newbie
    Nuke Newbie
    Posts:6


    --
    04/08/2008 6:50 AM

    Hi Lee,

    I checked your feedback from the forum after logging in but I cannot see how to access your videos and apply these changes.

    Thanks

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/08/2008 8:22 AM
    You have to first subscribe to DNNCreative before you can view the videos.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    pwan
    Nuke Newbie
    Nuke Newbie
    Posts:6


    --
    04/09/2008 3:43 AM
    Hi Lee,

    I ran through the videos 1 to 3 but I cannot find the in the web.config file for the version of DNN I am using???

    Thanks
    Peter
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/09/2008 8:16 AM
    web.config is in the root directory of your website.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    pwan
    Nuke Newbie
    Nuke Newbie
    Posts:6


    --
    04/09/2008 8:45 AM
    Hi Joe,

    I found the web.config but the reference to the ihtmlconformance tag is not present in this version of DNN 3.3.7. I searched for the tag in the file but could not find it and wondered if it is found somewhere else??

    Thanks
    Peter
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/09/2008 7:17 PM
    That means that the ihtmlconformance tag doesn't exist in DotNetNuke 3.3.7.

    I presume that you know that version 3.3.7 is a fairly old version of DotNetNuke. It was released on 11/30/2006. If you can possibly upgrade to version 4 (currently 04.08.02 is the most recent version) I would recommend that you do that.

    The main issues that you will face are upgrading to ASP.NET 2.x or higher, and having to deal with any custom modules that may need reworking.

    The main benefit is that you'll be dealing with a substantially better version of DotNetNuke, and with modern features.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/10/2008 2:30 AM
    Yes because you are using an older version of DNN some of the elements in the video you will not be able to implement. If upgrading is not an option, I would just apply the elements that you can to your DNN version and you will be 90% of the way there.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Laurence Neville
    Nuke Newbie
    Nuke Newbie
    Posts:8


    --
    04/18/2008 2:29 AM
    I had a problem recently where the Andreas01 skin layout "collapsed" (the panes would not stay in their correct position). The reason was that I had deleted the XML files within the skin (index.doctype.xml etc).

    Lee - what is the purpose of these files?
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/18/2008 3:11 AM
    Hello,

    index.doctype.xml sets the DOC TYPE for the file named index.htm

    You can find further info here:

    How to select DOC TYPES in DotNetNuke 4.4

    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    mlorence
    Nuke Active Member
    Nuke Active Member
    Posts:32


    --
    11/12/2009 10:32 AM

    Hello,

    I have DNN 5 installed on my computer.
    I am interested in creating my own skin for a new client.  I build websites using div tag structure and css in Dreamweaver.  I do not want to go back to table layout structure.

    After lots of looking around on the dnn Creative site, I have come to follow the instructions on the following page….
    http://www.dnncreative.com/Tutorial...fault.aspx  

    On video #1 on the last point which reads………

    Setting the skin package name, friendly name, description, version, license, release notes, owner, organization, url, email address

    ………….. I logged in as host/in the host menu I accesses Extensions/In the list of extensions I see andreas01  under the Containers heading but not under the Skin heading.  Therefore I am not able to create the skin package as the pencil ion for the andreas01 skin is not visible.

    I have gone over the previous instructions twice to make sure everything was done in the correct order.  Please advise on how to correct this problem so that I can move on.

    Thanks,
    mlorence

    Joseph Craig
    DNN MVP
    Posts:11667


    --
    11/13/2009 8:01 AM
    Try clicking the Create New Extension link at the bottom of the Extensions page.  Then select Skin as the type.  Does that get you where you need to go?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    11/17/2009 8:40 AM
    Posted By mlorence on 12 Nov 2009 10:32 AM

    ………….. I logged in as host/in the host menu I accesses Extensions/In the list of extensions I see andreas01  under the Containers heading but not under the Skin heading.  Therefore I am not able to create the skin package as the pencil ion for the andreas01 skin is not visible.

    This suggests that the andreas 01 skin is not installed. To check go to admin menu / skins and see if you can see the andreas 01 skin is available.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    mlorence
    Nuke Active Member
    Nuke Active Member
    Posts:32


    --
    11/18/2009 12:08 PM
    Yes.  I logged in as host, went to te admin menu and andreaso1 is listed under skin as well as under cntainer.
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    11/30/2009 6:24 AM
    Did you install the skin using the host menu or admin menu? Try re-installing the skin but using the host menu / extensions option.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---