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, ...File Manager nor working... Skin breaking it?File Manager nor working... Skin breaking it?
Previous
 
Next
New Post
10/1/2008 3:33 PM
 

My site is dnn.reawire.com and we are having a problem with the file manager not working with my custom skin. It works fine with a standard DNN skin. We were advised by Powerdnn (our host) that something in our skin was breaking the file manager. Here's my code.... Any suggestions???

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.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="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/Menu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="~/Admin/Skins/Links.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DNN360Menu" src="~/desktopmodules/CISS.SideMenu/SideMenu.ascx" %>

<table width="100%" height="747" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" valign="top" height="102">
    <table width="96%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td width="300"><img src="<%= Skinpath %>images/rea_03.jpg" style="position:relative;top:12;left:10;" /></td>
    <td align="right" valign="bottom"><dnn:Language runat="server" id="dnnLanguage" />&nbsp; | &nbsp;<dnn:User runat="server" id="dnnUser" />&nbsp; | &nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" />&nbsp; | &nbsp;<dnn:Search runat="server" id="dnnSearch" showWeb="False" showSite="False" />
    </td>
    </tr>
    </table>
</td>
</tr>
<tr>
<td width="100%" valign="top" height="23">
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td width="100%" align="center"><dnn:DNN360Menu runat="server" id="dnnMenuID" ConfigFile="top2.xml" /></td>  
    </tr>
    </table>
</td>
</tr>
<tr>
<td valign="top" height="599">
    <table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td background="http://dnn.reawire.com/portals/0/bgSplash6.jpg" width="100%" valign="top" height="599">
        <table width="100%" height="599" cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td>&nbsp;
        </td>
        <td width="525" id="leftpane" runat="server" align="right" valign="middle">
        </td>
        <td width="20">
        </td>
        <td width="275" id="contentpane" runat="server"  align="left" valign="middle">
        </td>
        <td>&nbsp;
        </td>
        </tr>
        </table>
    </td>
    </tr>
    </table>
</td>
</tr>
<tr>
<td valign="top" height="23">
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td><dnn:Copyright runat="server" id="dnnCopyright" />
    </td>
    <td align="right" id="bottompane" runat="server"><dnn:DNN360Menu runat="server" id="DNN360Menu2" ConfigFile="bottom.xml" /><!--<a href="#" style="font-family: arial, helvetica; font-size: smaller;">Contact Us</a> | <a href="#" style="font-family: arial, helvetica; font-size: smaller;">Press</a> | <a href="#" style="font-family: arial, helvetica; font-size: smaller;">Site Map</a>-->
    </td>
    </tr>
    </table>
</td>
</tr>
</table>
 

 
New Post
10/1/2008 5:36 PM
 

what is the issue of your skin with the filemanager - please provide more details, ideally a screenshot.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/1/2008 6:05 PM
 

The file manager needs 760 px to work fine.

Your code below gives it 275 .. content pane . Make an other skin with the changes in red

and try.

<table width="100%" height="599" cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td>&nbsp;
        </td>
        <td width="525" id="leftpane" runat="server" align="right" valign="middle" visible="false" >
        </td>
        <td width="20">
        </td>
        <td width="275" id="contentpane" runat="server"  align="left" valign="middle" visible="false" >

        </td>
 

 
New Post
10/1/2008 7:05 PM
 

Also note there is more control with CSS/file manager in DNN 5 I believe.



Alex Shirley


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...File Manager nor working... Skin breaking it?File Manager nor working... Skin breaking it?


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