MyBB Community Forums

Full Version: Group Image not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason Group Image is not working for any of my usergroups. I am running mybb version 1.8.19 and I have tried using the default theme as well, but still nothing shows up. Any ideas?
Templates --> Member Templates --> member_profile
Ensure that in this template you can find {$groupimage}, if not you will need to add it in.

Templates --> Member List Templates --> memberlist_user
Ensure that in this template you can find {$usergroup['groupimage']}, if not you will need to add it in.

Templates --> Post Bit Templates --> postbit AND Templates --> Post Bit Templates --> postbit_classic
Ensure that in these templates you can find {$post['groupimage']}, if not you will need to add it in.



If this in not the problem we can dig further to solve but attempt to locate those variables first.