berneanuvicentiu-gmail
-
11/10/2010 7:44:05 AM
RE:Community site "User Views" webpart customize users name
The solution:
ou can modify that transformation in Site Manager -> Development -> Document types -> Edit Community - Transformations -> Transformations tab -> Edit Members list.
For this you can use LimitLength function used in your transformation (it is Community.Transformations.MembersList by default).
<%# LimitLength(Eval("UserName"), 6 , "...") %>
From Kentico Support
|