Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Editing Breadcrumbs

  1. #1
    yakatz is offline Member
    Join Date
    Jul 2008
    Location
    Could be anywhere between 60N-28N and 77W-36E
    Posts
    84

    Arrow Editing Breadcrumbs

    It looks like breadcrumbs at the top of each page are not being HTML escaped (i.e. ampersands and not replaced with &amp

    In my template.master:
    HTML Code:
    <div align="left" class="SectionTitleText" style="margin-bottom: 0.9em;" id="breadcrumb">Now In: <asp:Literal ID="SectionTitle" runat="server" Text='' /></div>
    I modified these bits of code with no success:
    AppCode\MasterPageBase.cs
    C#/VB.NET Code:
    public string SectionTitleText 
    AppCode\SkinBase.cs
    C#/VB.NET Code:
    public String SectionTitle 
    Neither of those seems to change the final output.
    Any thoughts?
    Last edited by yakatz; 06-10-2010 at 10:38 AM. Reason: I moved this to the ML forum to see if I have better luck getting a reply
    Using ASPDotNetStoreFront since Version 3
    Got Version 9.
    Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
    Finally upgraded our server to 2008 R2.

  2. #2
    yakatz is offline Member
    Join Date
    Jul 2008
    Location
    Could be anywhere between 60N-28N and 77W-36E
    Posts
    84

    Default

    I moved this to the ML forum to see if I have better luck getting a reply.
    Using ASPDotNetStoreFront since Version 3
    Got Version 9.
    Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
    Finally upgraded our server to 2008 R2.