Great package you have made here. Looking forward to the next release when you get around it.
I just have one question thouh and it's about how one can get the details from members. If I for instance provide the member-type with fields like "Nickname" etc.
How do I then get these values when a user is logged in?
I have tried just using umbraco:getItem but without any luck. I have off course placed the tag inside the secure template.
This includes login/logout functionality and >user details display<. All
output is via xslt and addition member data is accessible via xslt
extensions
So I would have thought there are already some XSLT files that do what you want - If you have a delve then you might find what this package uses (But I would use what Petr says above)
I would go with Petr's solution for now. I had indented to include a more friendly set of xslt extensions calls for extended parameters, but don't think I got round to it.
Try the code below to see the methods returned xml
I'll upload the source code tomorrow (don't know why I haven't done that already) and double check if there's something nicer. I'm moving house today and have no broadband! At least I can still access our.umbraco from my mobile!
How to get details from logged in member
Hi Chris
Great package you have made here. Looking forward to the next release when you get around it.
I just have one question thouh and it's about how one can get the details from members. If I for instance provide the member-type with fields like "Nickname" etc.
How do I then get these values when a user is logged in?
I have tried just using umbraco:getItem but without any luck. I have off course placed the tag inside the secure template.
/Jan
umbraco.library:GetCurrentMember can be your method, but I don't know if ClientArea work with it, but it should.
Petr
According to the write up it says
So I would have thought there are already some XSLT files that do what you want - If you have a delve then you might find what this package uses (But I would use what Petr says above)
Thanks everyone.
I would go with Petr's solution for now. I had indented to include a more friendly set of xslt extensions calls for extended parameters, but don't think I got round to it.
Try the code below to see the methods returned xml
I'll upload the source code tomorrow (don't know why I haven't done that already) and double check if there's something nicer. I'm moving house today and have no broadband! At least I can still access our.umbraco from my mobile!
Chris
Hi This is venkat,
How to get Google user details from umbraco, If had any stand Package , please give it...
Hi....
i need gmail login in my asp.net website and as soon as user logged in i need to get the user details to my database.
Thanks in advance
is working on a reply...