MyBB Community Forums

Full Version: Thread is messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I recently installed a random theme and worked pretty hard on getting it fixed. However, this issue is very annoying as I have no idea on how to fix it. Whenever I post a thread or reply on one, it messes up completely.

http://i.imgur.com/uwVVvgy.png

How can I possible move up the reputation and warning level to the right corner?

Postbit:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
	{$post['useravatar']}
	<div class="author_information">
			<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
		{$post['user_details']}
	</div>
</div>
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
		{$post['subject_extra']}
	</div>
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}
	</div>
	{$post['attachments']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
		{$post['iplogged']}
	</div>
</div>
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>
</div>




Postbit_classic:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
<td class="postbit_head" width="180px">
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<i class="icon-clock-o"></i>{$post['postdate']} {$post['posttime']}</td><td class="postbit_head">{$post['subject']} {$post['subject_extra']}<div class="float_right"></div> <span class="float_right">{$post['posturl']}</span></td>
</tr>
<tr>
<td class="postbit_author" align="center" valign="top">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
</div>
<div class="postbit_author_user">
			{$post['user_details']}
		</div>
	</div>

</td>
	<td class="postbit_body" valign="top">
			<div id="pid_{$post['pid']}" class="post_body">
				{$post['message']}
			</div>
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}

			{$post['attachments']}
			{$post['signature']}
</td>

</tr>
<td class="postbit_footer" colspan="2">
<span>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span>
<div class="float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>

</td>
</tr>
</table><br />
check css style property of class author_statistics in the global.css of the theme
float: right; needs to be used