Umbraco 6.2.6 running on older webforms. Trying to find a way to get member details. I've been trying to use umbraco.library:GetCurrentMember() but it seems to be broken in in v6. I understand there are razor alternatives but the site using webforms limits my options.
Just need a way to extract the member ID and make use of it in XSLT. Why?
Each member has a home node, defined as a content picker. Once logged in (working) the member is then redirected to the home node. Problem is, I can't get the current member ID to look up the home node value and perform the redirect.
GetMember works but without the current logged in member ID, this function is useless.
Getting member details via XSLT
Umbraco 6.2.6 running on older webforms. Trying to find a way to get member details. I've been trying to use umbraco.library:GetCurrentMember() but it seems to be broken in in v6. I understand there are razor alternatives but the site using webforms limits my options.
Just need a way to extract the member ID and make use of it in XSLT. Why?
Each member has a home node, defined as a content picker. Once logged in (working) the member is then redirected to the home node. Problem is, I can't get the current member ID to look up the home node value and perform the redirect.
GetMember works but without the current logged in member ID, this function is useless.
Ideas?
Please and thank you.
Bumping, looking for assistance with this. Thx.
is working on a reply...