You can use GetMember(int MemberId) instead of GetMemberName to get all the details of the member.
<xsl:variable name="mem" select="umbraco.library:GetMember($memName)" /> age: <xsl:value-of select="$mem/node/age"/> <!-- assuming your member property alias is 'age' -->
You can do a copy-of to see all the infoyou can get:
GetMember infos
Hi,
Is it possible to pull all data from the members section by using the MemberPicker dropdown?
From the dropdown list i choose the member i want to display with certain fields such as title, age and so on.
I have this working but not showing more detailed infos
Hi Fuji,
You can use GetMember(int MemberId) instead of GetMemberName to get all the details of the member.
You can do a copy-of to see all the infoyou can get:
HTH,
Tom
Hi Tom,
Actually was my mistake, yes your right i was using the wrong extension!!!
But thanks anyways...
//fuji
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.