Copied to clipboard

Flag this post as spam?

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


  • anthony hall 222 posts 536 karma points
    Jan 11, 2010 @ 11:08
    anthony hall
    0

    GetApprovedRecordsFromPage issue

    I think i'm missing a trick here,  I'm trying to display all approved records. However in the my xslt below all "state" not just approved are being displayed. ie "state = Submitted is being displayed. 

    Of course i could wrap an if statement around this. But this has got me thinking there is something wrong with my installation. 

    Version: 1.0.7

          <xsl:for-each select="umbraco.contour:GetApprovedRecordsFromPage($currentPage/@id)//uformrecord">
            <xsl:value-of select="./state"/><br />   
            </xsl:for-each>

  • anthony hall 222 posts 536 karma points
    Jan 11, 2010 @ 12:15
    anthony hall
    0

    CLOSED ( be nice to have link to do this )

    My Contour installation is a little screwed. More to do with some of my own customisations. So i'll resolve these issues first. 

Please Sign in or register to post replies

Write your reply to:

Draft