BB code for Avatar image ?

erich37

Well-known member
one of my users has entered a BB-Code at his Profile-page into the "About You" box.

Code:
[IMG]http://www.domain.com/username[/IMG]


But unfortunately the Avatar is not showing up.

What is the correct path of BB-Code in order to display the User-Avatar ?



Many thanks!
 
Code:
[img]http://xenforo.com/community/data/avatars/m/0/764.jpg[/img]

Produces:

764.jpg


Where 764 is the user ID
And m is the size.

For large:

Code:
[img]http://xenforo.com/community/data/avatars/l/0/764.jpg[/img]

764.jpg
 
You could also create some custom BB Code.

[AVATAR=size]USERID[/AVATAR]

But for that you would need a custom add on or the BB Code Creator add on.
 
so how to explain this "Avatar path" to my users ?

Users expect to get their Profile-Page and/or Avatar-image at a path which is much easier for them to understand........
 
Top Bottom