MyBB Community Forums

Full Version: "stars"?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so for my user group images i put them in the stars spot and the group image spot,now i wanted to move the "group image" below the avatar which i did,but i cant find the code for the "stars"
to move it also below
this is the group images code;
<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />

i really need to find out how, thanks.
In postbit and postbit_classic it's {$post['userstars']}, that's all you'll need to use to move it.
thanks worked perfectley,