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
How can i get the name of the currently logged in member?
I have two types of members, Regular and Facebook. For the Facebook-members i can fetch the name using
(string)m.getProperty("name").Value;
But for reqular member types, this throws an error.
Hi, what version of umbraco are you using? You need to create a profile base and a few other things. Please take a look at:
http://www.charlesafford.com/umbraco-membership-provider.aspx
I wrote a piece on how to do this :).
Charlie
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get name of current member
How can i get the name of the currently logged in member?
I have two types of members, Regular and Facebook. For the Facebook-members i can fetch the name using
But for reqular member types, this throws an error.
Hi, what version of umbraco are you using? You need to create a profile base and a few other things. Please take a look at:
http://www.charlesafford.com/umbraco-membership-provider.aspx
I wrote a piece on how to do this :).
Charlie
is working on a reply...