Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Show user public profile View modes: 
User avatar
Member
Member
mukesh.laxkar-octalsoftware - 1/9/2012 11:21:06 PM
   
Show user public profile
Hi,

I'm using UsersViewer webpart to show users list & for it i used following transformation

<a href="<%# HTMLEncode(GetMemberProfileUrl(Eval("UserName"))) %>" title="<%# HTMLEncode(GetNotEmpty("UserNickname;UserName")) %>"><%# HTMLEncode(GetNotEmpty("UserNickname;UserName")) %></a>

it is work properly. & & in another page we used UserPublicProfile webpart to show user profile but when i click User Name in UsersViewer webpart it doesn't show use publicr profile & Make following link

/CMSTransformations/03536c9c-26cb-4a16-9a57-3f4861cfc259/Community/Transformations/~.aspx

thanks

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/10/2012 4:44:10 AM
   
RE:Show user public profile
Hello,

Could you please try to paste the following code into your transformation? Please let me know, what URL is resolved in that case:

<%# GetMemberProfileUrl(Eval("UserName")) %>

Best regards,
Boris Pocatko

User avatar
Member
Member
mukesh.laxkar-octalsoftware - 1/10/2012 10:32:07 PM
   
RE:Show user public profile
Hi,

Following url is resolved -

http://localhost:1469/CMSTransformations/03536c9c-26cb-4a16-9a57-3f4861cfc259/Community/Transformations/~.aspx

thanks

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/12/2012 7:34:28 AM
   
RE:Show user public profile
Hello,

That's odd. It should give you a link to your profile page. Could you please let me know which version you are using including the hotfix number?

Best regards,
Boris Pocatko