Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

DotNetNuke Marketplace
  Ads  
Aspose - The .NET & Java component publisher
 


  Sponsors  

Meet Our Sponsors

Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Make it Hot! ( ...  Skin pane and control panel issues.
Previous Previous
 
Next Next
New Post 8/6/2008 11:04 AM
User is offline billymac
4 posts
10th Ranked


Skin pane and control panel issues. 

I have been having a headache with a skin I built.

2 issues;

1. When I select any of the pages I created, the control panel does not display but does for admin and host pages.

2. The pane titles do not display and the dotted borders. They did for a bit when I added 'runat=server' to the pane TD's  and now do not display again.

I am editing the skin ascx file directly on the server but it seems that something is not getting updated (DB?) when I make changes to the ascx.

Here is the ascx source: 

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BANNER" Src="~/Admin/Skins/Banner.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.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="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DOTNETNUKE" Src="~/Admin/Skins/DotNetNuke.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SOLPARTMENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>


<link href="<%=skinpath%>sarvac3.css" rel="stylesheet" type="text/css" />


<TABLE width="770" border="0" align="center" cellspacing="0" cellpadding="0">
<TR>
<TD id="ControlPanel" runat="server" class="contentpane" colspan="2" valign="top" align="center"></TD>
</TR>
<!--Login Row-->
<tr>
<TD></TD>
<td align="right">
         <dnn:USER runat="server" id="dnnUSER" cssclass="Currentuser" />
         <span style="padding-left:6px;padding-right:6px"> | </span>
         <dnn:LOGIN cssclass="Register" runat="server" id="dnnLOGIN" /></td>
</tr>

<!--Header Search and Rescue row-->
<tr>
<td ALIGN="LEFT">
   <dnn:LOGO runat="server" id="dnnLOGO" BorderWidth="0" /></td>
<td align="left" HEIGHT="57">
    <img src="<%=skinpath%>images/sarvac3_1x1_1x3.jpg" border="0" width="166" height="57" /></td>
</tr>

<!--Header PIX row-->
<tr>
<td HEIGHT="100">
    <img src="<%=skinpath%>images/sarvac3_1x1_2x1.jpg" width="641" height="100" border="0" /></td>
<td HEIGHT="100" align="left" style="background-image: url('(<%=skinpath%>images/blue.gif'); background-repeat: repeat-x">
 <img src="<%=skinpath%>images/sarvac3_1x1_2x2.jpg" border="0" width="166" height="100" /></td>

</tr>
<!--menu row-->

<tr>
<td class="hdot">


<table width="100%">
<tr>
<td align="left"><img border="0" src="<%=skinpath%>images/menu.gif" width="150" height="25" /></td>
<td align="left">Search:
<dnn:SEARCH cssclass="SearchBox" runat="server" id="dnnSEARCH" Submit="Go" showSite="false" showWeb="false"/>
</td>
<td align="right">
       <!--top menu-->
      <span class="TopMenu">
      | <a href="index.htm" class="TopMenuLinks">Home</a>|<a href="sitemap.htm" class="TopMenuLinks">Site
      Map</a>|<a href="fr/index.htm" class="TopMenuLinks">Fran&ccedil;ais</a>|</span>
 <!--/ top menu-->
</td>
</tr>
</table>
   

</td>
<!--right cell-->
<TD><img name="sarvac3_1x18" src="<%=skinpath%>images/sarvac3_1x1_3x4.jpg" width="166" height="40" border="0" align="top" /></TD>
</tr>
<tr>
<!--CONTENT TABLE cell-->
<td colspan="2">
<TABLE align="center" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center" valign="top">
 <!--start content-->    
    <tr>
    <td runat="server" ID="LeftPane" align="left" class="leftpane" valign="top">
<img src="<%=skinpath%>images/spacer.gif" height="1" border="0" width="160" />
<dnn:SOLPARTMENU
    runat="server"
    id="dnnSOLPARTMENU"
    separatecss="False"
    backcolor="#FFFFFF"
    forecolor="#666666"
    selectedbordercolor="#999999"
    selectedcolor="#999999"
    selectedforecolor="#0066FF"
    display="vertical"
    menubarheight="200"
    menuborderwidth="0"
    menuitemheight="20"
    fontnames="Arial"
    fontsize="8" />
  </td>
    <td runat="server" ID="ContentPane" align="center" class="ContentPane" valign="top">&nbsp;
</td>
</tr>
<tr>
  <td runat="server" ID="BottomPane" align="center" class="leftBottomPane" valign="top">&nbsp;</td>
  <td runat="server" ID="BottomPane2" align="center" class="LowerContentPane" valign="top">&nbsp;</td>
</tr>
<tr align="right">
  <td colspan="2" id="CopyrightPane" align="right" valign="top" class="CopyrightPane" runat="server">
</td>
</tr>

<tr bgcolor="#6284AA">
  <td colspan="2" align="center" valign="top">&nbsp;</td>
  </tr>


</table>
<!--end content-->     
</td>
</tr>
</table>

 

 

 


 
  |
Search: | Home|Site Map|Français|
 
   
 
 
 
New Post 8/7/2008 7:16 AM
User is offline Jeff Cochran
1513 posts
5th Ranked


Re: Skin pane and control panel issues. 

The simple solution is to grab the control panel code from the DNN_Blue menu and paste it into yours.  My gut feeling is a table issue, but I don't have time to load your code and fully diagnose.

Jeff

 
New Post 8/7/2008 9:33 AM
User is offline billymac
4 posts
10th Ranked


Re: Skin pane and control panel issues. 

That did it.

Weird thing is that that is the first thing I thought of and tried it but with no luck.

Now it worked but at first, I put the entire pane table where the original one was and it did not work.

Then I removed the solpartmenu tag and it worked, then still worked after I put the menu back.

   
   
Search:   Search | Home|Site Map|Français|
 
TopPane

LeftPane

ContentPane

RightPane

BottomPane

 

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Make it Hot! ( ...  Skin pane and control panel issues.
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


TronixSoft
Hosting for local businesses that want more from their websites.
www.TronixSoft.com
The Forerunner Network
The Forerunner Network consists of a group of Dynamic Website & Interactive Membership Portal hosting services that are managed by Forerunner Communications. Our services span a wide range of markets and enable individuals, organizations and businesses to build and manage dynamic, interactive portals and websites.
The Forerunner Network
ZLDNN.COM
We provide commercial DotNetNuke modules.
www.zldnn.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP