Hi,
That's really strange, but it would be most probably a mix of some Avatar storage and loading specifics in different places... The Employees list uses the following in the transformation:
<%# GetUserAvatarImage(30, HTMLEncode(TrimSitePrefix(GetNotEmpty("FullName;UserName")))) %>
While the Forums use some ascx layout and
cms:UniView control with template using:
<%# AvatarImage(Container.DataItem) %>
The difference is that the
FullName;UserName pair may not be well formed for AD imported users. Respectively, it could make some oddities when resolving the
GetUserAvatarImage...
Could you please try to setup some user with standard name(s), upload an avatar for him and try to check if it's displayed in the Employees list?
Thank you in advance.
Regards,
Zdenek