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
|