kentico_ivanat
-
7/14/2012 1:09:37 PM
RE:Display Full Name Instead of User Name on Forums
Hi,
in version 6.0 you can the code in file:
~/CMSModules/Forums/Controls/Posts/PostEdit.ascx
you need to change line (423):
editPi.PostUserName = TextHelper.LimitLength(txtUserName.Text, POST_USERNAME_LENGTH, "");
Best regards, Ivana Tomanickova
|