MyBB Community Forums

Full Version: Avatar not appearing in postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here's selected code from my postbit (It's a theme by CoMpLiCaTeD):

<td class="trow1" align="center" valign="top" style="width: 160px; white-space: nowrap;">
			<div style="content: block;">
				$post[useravatar]
				$post[groupimage]
				<div style="margin-bottom: 2px;">
					<div class="pb_wrap" align="center">
						<div align="center">$post[userstars]</div>
					</div>
				</div>

				<div style="margin-bottom: 2px;">
					<div class="pb_wrap" align="center">
						<div class="smalltext" align="center">
$post[usertitle]</span>
					</div>
				</div>

I can't get the avatar to show even though the string is there. I tried removing things and put it the same way as other strings below but the avatar just WILL NOT appear in postbit. I don't know what's wrong....
There's a setting in your User CP --> Edit Options page that reads "Display user's avatars in posts" or something similar. Please ensure that it is checked.
Thanks....