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...
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.
Continue discussion
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...
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.