MyBB Community Forums

Full Version: Mobile view problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i find error on default avatar on mobile view

[Image: ziuma.jpg]

this is html on mobile (postbit_avatar)


Quote:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} class="post_avatar" /></a>

help me please

thank you
Hey ziuma.
Change the above code to this
<a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$avatar_width_height} class="post_avatar" /></a>

Regards
WallBB
thank you @WallBB
continou to other threads