[RSS Feed/News] Default avatar as text incorrectly displayed

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Using the following code in one of my add-ons:
Code:

<xf:avatar user="{{ phrase('xfa_rs_anonymous') }}" defaultname="{{ phrase('xfa_rs_anonymous') }}" size="s" notooltip="true" />

I discovered that the default avatar as text is incorrectly displayed.

The reason is that in that case the class applied the avatar in that case is the following:
Code:

Code:
avatar avatar--savatar--default avatar--default--dynamic
[/code

You see that the avatar--default is stucked to avatar-ss thus messing...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom