MyBB Community Forums

Full Version: How to fix this repeating avatar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: Screenshot-131.png]

Problem: Its my avatar which you can see on every player's last post. Here other players avatars should be displayed not mine.

Any Developer please help me setup my theme it will be very helpful for me. 

My Discord: RobinC++#5779
Avatars on lastpost is no standard in MyBB so you must use a Plugin or a modification. So my suggestion:

1. Check the templates for a static <img ...>. Is there anything wrong with the variable for avatars?
2. Check the plugin code.
3. If the plugin was working before and you did not make any changes to the code, then 1.

[ExiTuS]
I don't understand which plugin you are talking about can anyone fix this for me?
have you edited template code to add avatar ? if so what is that code ?
Logon to ACP
Go to Templates & Styles -> Templates -> Default -> Forum Bit Templates: "forumbit_depth1_forum_lastpost"

Check this template for any static image (e.g. <img src="" ...>) or any avatar variable (e.g. {$blah['avatar']} or {$user_avatar} or something like this).
It would be best to copy this template content here so we can have alook at.

[ExiTuS]