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 952 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?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies