Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin & Container Problems...Skin & Container Problems...
Previous
 
Next
New Post
3/23/2009 9:47 AM
 

Hi there, I've created my own skin in Visual Studio Express and I've used this skin with all my pages including the admin pages and it looks just how I want it! However when I apply this skin to the host files it still defaults to the original skin, even though my skin is selected in the Host and Edit skins drop down / select menus. I've also noticed that if I go into the settings of a module, or select something like "Edit Text" which takes me to a new window the original skin is used again and not my skin. I thought at first that I may be missing a Register TagPrefix in the skin code but adding all of these (including ones I don't use in my skin) has made no difference. Can someone shed some light on this?

 Please note that I am still using the default container.

Thanks

Mike

 
New Post
3/24/2009 7:22 AM
 

I'm starting to think that this is a bug as my theme works when previewing and when updating but when I navigate away from the Host pages and then return the default blue skin is back even though my skins are selected. If i'm still using on of the Portal containers (MinimalExtropy - Title_Grey) would that override my skin?

Just to make sure here's the code of my skin:

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>

<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="~/Admin/Skins/Text.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="~/Admin/Skins/Links.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="STYLES" Src="~/Admin/Skins/Styles.ascx" %>

<div class="pagecenter">
    <div class="header" id="TopPane" runat="server">
          <div id="topLinks">
         
          Search CCCS :  
          <dnn:SEARCH runat="server"
            id="dnnSEARCH"  
            UseWebForSite="true"
            ShowSite="false"
            ShowWeb="false"  
            UseDropDownList="false"
            Submit="<img src=&quot;images/goUp.gif&quot; border=&quot;0&quot; alt=&quot;Search&quot;  align=&quot;absmiddle&quot;  /&gt;" />
        </div>
             
   
    <div id="newNavigation">
  
   <dnn:NAV runat="server"
       id="dnnNAV" 
       ProviderName="DNNMenuNavigationProvider"
       IndicateChildren="false"
       ControlOrientation="Horizontal"
       CSSNodeRoot="main_dnnmenu_rootitem"
       CSSNodeHoverRoot="main_dnnmenu_rootitem_hover"
       CSSContainerSub="main_dnnmenu_submenu"
       CSSNodeHoverSub="main_dnnmenu_submenu_hover"
   />
  
    </div>

    <!-- END OF new header by Mike -->
    </div>
   

<div id="LeftPane" runat="server"></div>
<div id="ContentPane" runat="server"></div>
<div id="RightPane" runat="server"></div>
<div id="BottomPane" runat="server"></div>



<!--  this is the footer -->
    <div id="Div1" class="footerX" runat="server">
           
             <ul id="footerLinks">
                    <li><a href="#">Accessibility</a></li>
                    <li><a href="#">Legal Notices</a></li>
                    <li><a href="#">Glossary</a></li>
                    <li><a href="#">Site Map</a></li>
                    <li><dnn:USER runat="server" id="dnnUSER"  CssClass="user" /></li>
                    <li><dnn:LOGIN runat="server" id="dnnLOGIN" CssClass="noborder" /> </li>
             </ul>
                       
           
            
              <div id="copy"><dnn:COPYRIGHT runat="server" id="dnncopy" CssClass="copy" /> </div>  
    </div>
</div>

please, please help!

 

 
New Post
3/25/2009 12:40 AM
 

COuld you check in your site settings <=== Did you choose the default page skin and the admin skin properly?

You may need to skin the admin template too to suit your current template, as some edit settings for module will automatically use admin skin template to load.

 

 
New Post
3/26/2009 7:27 AM
 

Hi there, I've check my site settings in the admin section - I presume I selected the default page skin and admin skin properly? I'm confused to determine what you mean by that.

Perhaps I should make the skin using the portal and not Visual Studio?

This is all driving me crazy!

Any help is appreciated.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin & Container Problems...Skin & Container Problems...


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out