Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mfeola 117 posts 221 karma points
    Apr 13, 2010 @ 19:01
    mfeola
    0

    Multiple Calendars get Multiple Events

    So I added a second calendar to my site and when I did it was already displaying information from the previous calendar I had on the site.  I don't know if this is a bug or not but I was able to fix it with an XSL if statement, here it is if it will help you (PDULliCalendar.xslt - line: 164ish)

     

              <xsl:if test="$currentPage/@id = umbraco.library:GetXmlNodeById(@id)/@parentID">
              <br/>
              <a href="{umbraco.library:NiceUrl(@id)}"><xsl:value-of select="umbraco.library:GetXmlNodeById(@id)/@nodeName"/></a>
              </xsl:if>
Please Sign in or register to post replies

Write your reply to:

Draft