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, ...Add breadcrumb to a skinAdd breadcrumb to a skin
Previous
 
Next
New Post
6/2/2008 2:37 PM
 

Thank you for the reply, I tried "1" and "-1" and with the Rootlevel flag removed and still the breadcrumb does not show up...? No more errors though for what thats worth!

Any ideas?

 
New Post
6/2/2008 3:08 PM
 

Give this a shot for starters, and see if this will get your breadcrumbs to appear.  Create another new skin with this as the entire skin file (I assuming it is an HTML file?)  If this works then you could start messing with the breadcrumb attributes.  but give this a shot

 

skin.html

 

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table2">
    <tr>
        <td height="44" background="top_tile.gif" align="center" colspan="3">
            <table width="98%" height="44" border="0" align="center" cellpadding="0" cellspacing="0" ID="Table3">
                <tr>
                    <td width="100%" height="44">[CURRENTDATE]</td>
                    <td width="100%" height="44" align="right">[LOGIN]&nbsp;[BREADCRUMB]/>
                                </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td height="93" colspan="3" class="SkinImage">[LOGO]</td>
    </tr>
    <tr>
        <td width="3%" height="28" background="menu_tile.gif" align="left"></td>
        <td width="55%" height="28" background="menu_tile.gif" align="left">
            <table border="0" cellpadding="0" cellspacing="0" height="28" ID="Table1">
                <tr>
                 
          <td>[MENU]</td>
                </tr>
            </table>
        </td>
        <td width="42%" height="28" background="menu_tile.gif" align="right">[USER]&nbsp;&nbsp;</td>
    </tr>
    <tr>
        <td bgcolor="3E6DA1" colspan="3" height="100%">
            <TABLE WIDTH="100%" HEIGHT="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="white" ID="Table4">
                <TR>
                    <TD id="LeftPane" runat="server" WIDTH="200" visible="false" VALIGN="TOP" height="100%"></TD>
                    <TD id="ContentPane" runat="server" HEIGHT="100%" visible="true" VALIGN="TOP"></TD>
                    <TD id="RightPane" runat="server" WIDTH="200" visible="false" VALIGN="TOP" height="100%"></TD>
                </TR>
            </TABLE>
        </td>
    </tr>
    <tr>
        <td height="25" background="footer.gif" bgcolor="#3E6DA1" align="left" colspan="2" valign="middle">&nbsp;&nbsp;[COPYRIGHT]</td>
        <td width="42%" height="25" background="footer.gif" bgcolor="#3E6DA1" align="right" valign="middle">[TERMS]&nbsp;&nbsp;[PRIVACY]&nbsp;&nbsp;</td>
    </tr>
</table>

 
New Post
6/2/2008 3:17 PM
 

Thank myke! The good news is yes the bread crumbs showed up without errors, the bad news is breadcrumb path is all bunched up next the login link in the upper right corner. Is it possible to make it below the date on the upper left side all in one unbroken horizontal path?

 
New Post
6/2/2008 3:46 PM
 

Hey no prob.  To get that over by the date you would change you could either dive into the skin.ascx file DNN created for you in the skin directory, or you could edit the HTML file and load the skin again.  If you edit the skin.ascx file you would just find the breadcrumbs div or table row and cut it out and move it next to your CURRENTDATE div or table. You could set the breadcrumbs next to it and seperate it with some non breaking spaces like this &nbsp;&nbsp; you could set it a line below it by butting the <br> tag in there.

 

I dont know if I explained that well?  but the other way would be to change your skin.html file on the line: <td width="100%" height="44">[CURRENTDATE]</td>

and change it to this:  <td width="100%" height="44">[CURRENTDATE]&nbsp;&nbsp;[BREADCRUMB]</td> to set it next to the date, or

This:  <td width="100%" height="44">[CURRENTDATE]<br>[BREADCRUMB]</td>  to set it under the date

and of course be sure to change this line: <td width="100%" height="44" align="right">[LOGIN]&nbsp;[BREADCRUMB]</td>
                               

to this:<td width="100%" height="44" align="right">[LOGIN]</td>

 

Let us know how that works out

 
New Post
6/2/2008 4:08 PM
 

Wonderful! Thank you so very much for all your (and everyone elses) help! :) This is why this community rocks!

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Add breadcrumb to a skinAdd breadcrumb to a skin


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