MyBB Community Forums

Full Version: how to get url image profile in memberlist?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a code like this, how to display the image on the memberlist page.

<img class="rounded-circle" height="40" width="40" loading="lazy" src="" />

i just need url image member, i tried to use {$memprofile['avatar']} but cant show

[Image: Screenshot-1.png]
On memberlist.php you have to use
$useravatar['image']
(2022-05-08, 08:59 AM)SvePu Wrote: [ -> ]On memberlist.php you have to use
$useravatar['image']

thanks men this work for me, do you know how to get url profile from lastpost? i tried {$lastpost_profilelink} but not work i have code like this

<a href=''>{$forum['lp_avatar']} </a>

i want input url profile last poster