MyBB Community Forums

Full Version: How to show Avatar row in online.page as shows in memberlist page ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to show the avatar list of users and guests by inserting td list and adding avatar img src variable in online_row template .

The image variable is :- 
<img src="{$useravatar['image']}" style="margin-top: -18px;width: 30px; height: 30px; border-radius: 400px; transition: all 1s;text-align: center;" title="{$mybb->user['username']}" onError="this.src='{$mybb->settings['bburl']}/images/default_avatar.png';">
 But it's only showing the default avatar images .
Anybody knows hiw to solve this issue ?

my online page is :- https://gossipion.xyz/online.php
Any suggestions for this ?