• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

daniel
#1 Posted : Tuesday, December 11, 2007 5:53:27 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Can anyone help me with this issue. I have looked on BV4 or BV5 online manuals and cannot find out how to get breadcrumbs to work properly and do not want to do it manually.


[color=red>Here]

[/color]

[color=red>I]


<FONT color=red> [/color]

[color=red>example...Home::Customer::ContactUs


[color=red>is]

<FONT color=red>.breadcrumbs {color:#666;font-size:11px;margin:0 0 10px 0;padding:0 0 5px 0; position:absolute; top:310px;}
[/color]

[color=red>


[color=red>

<B>

[color=red>

<B>

[color=red>

<B>

[color=red>

<B>

[color=red>

<B>

[color=red>

<B>

<FONT color=#ff0000>

Thanks again,


Daniel
MitchA
#2 Posted : Tuesday, December 11, 2007 6:08:21 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

In Painted Paper, it just worked OOTB.


This what you mean?:
MitchA attached the following image(s):
breadcrumbs-1.jpg (47kb) downloaded 98 time(s).

You cannot view/download attachments. Try to login or register.
Optimists invent airplanes,
Pessimists buy parachutes.
daniel
#3 Posted : Tuesday, December 11, 2007 7:24:30 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Originally Posted by: "MitchA" Go to Quoted Post

In Painted Paper, it just worked OOTB.


This what you mean?:






Mitch,

That is exactly what I am trying to do. I am putting the asp.net control code in the right places and I am using the right code but it is not displaying on my custom pages.



Dan
daniel
#4 Posted : Tuesday, December 18, 2007 2:33:18 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Originally Posted by: "MitchA" Go to Quoted Post

In Painted Paper, it just worked OOTB.


This what you mean?:






Mitch,


i am still having Huge problems with this. I can not get my breadcrumbs to work, Here is my code:



&lt;%@ Page Language="VB" MasterPageFile="~/BVModules/Themes/Bvc5/Default.master" AutoEventWireup="false" CodeFile="Custom.aspx.vb" Inherits="Custom" title="Custom Page" %&gt;
&lt;%@ Register Src="BVModules/Controls/ContentColumnControl.ascx" TagName="ContentColumnControl" TagPrefix="uc1" %&gt;

&lt;asp:Content ID="Content1" ContentPlaceHolderID="MainContentHolder" Runat="Server"&gt;
[color=red>&lt;%@]

<FONT color=red> &lt;uc2:ManualBreadCrumbTrail ID="ManualBreadCrumbTrail1" runat="server" /&gt;[/color]

&lt;link href="../../../BVModules/Themes/Bvc5/styles.css" rel="stylesheet" type="text/css" /&gt;

&lt;table height="230"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td width="180"&gt;&lt;div class="categoryleft" id="categoryleft"&gt;
&lt;uc1:ContentColumnControl ID="ContentColumnControl1" runat="server" ColumnName="System Service Pages 2" /&gt;
&lt;/div&gt;&lt;/td&gt;
&lt;td align="left"&gt;

&lt;h1&gt;
&lt;asp:Label ID="lblName" Text="Title Loads Here" runat="server" /&gt;
&lt;/h1&gt;
&lt;asp:Label ID="lblContent" Text="Content Loads Here" runat="server" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/asp:Content&gt;



Could you suggest anything based off my code.? I cannot figure out how to get this to work, maybe my code is incorrect?



Dan
Marcus
#5 Posted : Tuesday, December 18, 2007 3:47:56 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Dan,

Please watch your ALL CAPS TITLES as it is harder to read and considered yelling in forum etiquette.
Richard
#6 Posted : Tuesday, December 18, 2007 5:58:37 PM(UTC)
Richard

Rank: Member

Joined: 4/28/2003(UTC)
Posts: 141

Dan, you are missing this in the page

<ucc2:CategoryBreadCrumbTrail ID="CategoryBreadCrumbTrail1" runat="server" />

once this is in you should be able to position and style it with the style sheet.

Richard
www.somethingmorestore.com
daniel
#7 Posted : Tuesday, December 18, 2007 6:05:18 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Originally Posted by: "Richard" Go to Quoted Post

Dan, you are missing this in the page

&lt;ucc2:CategoryBreadCrumbTrail ID="CategoryBreadCrumbTrail1" runat="server" /&gt;

once this is in you should be able to position and style it with the style sheet.

Richard
www.somethingmorestore.com
Richard,


thanks for the info, however I tried:

&lt;%@ Register Src="BVModules/Controls/ManualBreadCrumbTrail.ascx" TagName="ManualBreadCrumbTrail" TagPrefix="ucc2" %&gt;

&lt;ucc2:ManualBreadCrumbTrail ID="ManualBreadCrumbTrail1" runat="server" /&gt;



and



&lt;%@ Register Src="BVModules/Controls/ManualBreadCrumbTrail.ascx" TagName="ManualBreadCrumbTrail" TagPrefix="uc2" %&gt;

&lt;uc2:ManualBreadCrumbTrail ID="ManualBreadCrumbTrail1" runat="server" /&gt;



and



&lt;%@ Register Src="BVModules/Controls/ManualBreadCrumbTrail.ascx" TagName="ManualBreadCrumbTrail" TagPrefix="uc1" %&gt;

&lt;uc1:ManualBreadCrumbTrail ID="ManualBreadCrumbTrail1" runat="server" /&gt;



and none of these worked.



I really do not get what I am doing wrong with my code. My code seems fine.



Any other ideas,



thanks,


Dan
Richard
#8 Posted : Tuesday, December 18, 2007 6:12:58 PM(UTC)
Richard

Rank: Member

Joined: 4/28/2003(UTC)
Posts: 141

Dan the <ucc2:CategoryBreadCrumbTrail ID="CategoryBreadCrumbTrail1" runat="server" /> code should go down below the <asp:Content> where you are wanting the breadcrumbs to show. You might also have to change the ID number to get it to work also. It should be a fairly straight up deal to get to work.

Richard
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012