MyBB Community Forums

Full Version: Theme doesn't have usergroup images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

It would appear my theme doesn't have the ability to display usergroup images, although I could be wrong.

If that is the case, is there an easy way to chuck them into the themes template?

Here's an example post:

http://forum.hustlegaming.net/showthread.php?tid=4

I've tried multiple fixes with the group image, I'm not just guessing it doesn't have the option built in.

Thanks folks, any feedback is greatly appreciated. Smile
have you uploaded the necessary group images to your server and entered the path for the group images correctly in its appropriate field in that group's settings in ACP.
Yes, several times, with several different paths to try and rule out the problem of it being a bad filepath.
Check in ACP >> Templates >> Your theme's Templates >> Post Bit Templates >> postbit

do you have the groupimage variable there....

<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>

also could you see the group image in the member profile page....