Copied to clipboard

Flag this post as spam?

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


  • Tom 713 posts 954 karma points
    May 30, 2011 @ 09:12
    Tom
    0

    umbraco.library:GetCurrentMember() is undefined

    Hi guys I'm using umbraco 4.7 with activedirectory.. I'm trying to simply display a list of groups by member ID using standard xslt and uComponents:

     <xsl:if test="number(umbraco.library:GetCurrentMember()/@id) &gt; 0">
        <xsl:value-of select="ucomponents.members:GetGroupsByMemberId(umbraco.library:GetCurrentMember()/@id)"/>
      </xsl:if>
    

    I am getting "The Function 'umbraco.library:GetCurrentMember()' is undefined."... Could someone shed any light on what I need to do to get this working? is this a bug?

Please Sign in or register to post replies

Write your reply to:

Draft