Admin CP -> Appearance -> Templates -> message_user_info
Replace the avatar code:
With this:
Admin CP -> Appearance -> Templates -> EXTRA.css
Add this:
Replace the avatar code:
Code:
<xen:avatar user="$user" size="m" />
With this:
Code:
<xen:avatar user="$user" size="l" img="true" />
Admin CP -> Appearance -> Templates -> EXTRA.css
Add this:
Code:
.thread_view .messageList .messageUserInfo...
You do not have permission to view the full content of this resource.
Log in or register now.