Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > BlogFunctions.Get UserFullName Not Working in Corporate Site Example View modes: 
User avatar
Member
Member
scott_hancock-urmc.rochester - 2/15/2013 10:27:40 AM
   
BlogFunctions.Get UserFullName Not Working in Corporate Site Example
I'm looking the blog section of Kentico Corporate sample site (v6.0.58), in the CorporateSite.Transformations.BlogPost transformation it uses the following code to show the full user name in the blog post, but it doesn't work:

<%# BlogFunctions.GetUserFullName(Eval("DocumentCreatedByUserID")) %>

Should it be this code instead?

<%# BlogFunctions.GetUserFullName(Eval("NodeOwner")) %>

Thanks,
Scott

User avatar
Member
Member
kentico_davidb2 - 2/18/2013 3:29:33 AM
   
RE:BlogFunctions.Get UserFullName Not Working in Corporate Site Example
Hello,

thank you for your suggestion, it might make more sense to use that value.

I will submit a question to our dev team so that they might consider changing it.

David