- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Using the following code in one of my add-ons:
Code:
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:
<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:
نام موضوع : Default avatar as text incorrectly displayed