MyBB Community Forums

Full Version: Postbit Editing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to display a users avatar on the right of my user tittle image ... ive tried messing around with the post bit so far ive managed to display the avatar on the far right ... is possible to move this next to the user title image ?

if you look at this you will understand what i mean ...

the postbit code i think that needs editing is here :

<td class="post_author">

							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['gender']}{$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
<td class="post_avatar" width="1"  style="{$post['avatar_padding']}">
							<br /><br /> {$post['useravatar']}						</td>
						</span>
						</td>
						<td class="smalltext post_author_info" width="165">
							{$post['user_details']}

						</td>