MyBB Community Forums

Full Version: Which template ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
which template do i edit to rearrange the way avatar username and user titles are displayed on the view posts pages ..

sorry for the weird topic name didnt know what else to call it.

thanks

M.S
postbit and postbit_classic
thanks for the quick reply mattr
I need to align my avatar to the same as the bottom of the user titles(rank)
and move the username to the left .. if you see the image you will see what i mean
http://img210.imageshack.us/img210/6697/bitpl1.jpg


Im not sure but i think the code i should edit is here ? am i correct ?
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
							<br /><br /> {$post['useravatar']}
						</td>

						<td class="post_author">

							<strong><span class="largetext">{$post['gender']}{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>

i have no idea how to align it tho can anyone help ...
i managed to align the avatar and rank image .. but how do i move the username gender and online status and user title to the absolute left of the post box ?

thanks
anyone ? its a bit irritating to see the username misaligned ...
bump* anyone ?