Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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) > 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?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
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?
is working on a reply...