MyBB Community Forums

Full Version: Thread post not normal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ehum, so i used a theme on my forum that i liked i fixed everything language login system was broken and a few things else.
then i deleted my old theme, and that was the big mistake that i made, i didn't know that the thread post was cleary having a lot of issues.
i will attach a screenshot to the thread.
any help will be appriciated.
Best regards.

Bruh i menaged to fix this alone, i needed to change everything in the postbit from
{$ignore_bit}{$deleted_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 class="float_right">
			{$post['poststatus']}
		</div>
	</div>
	{$post['input_editreason']}
</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>
to
<br />

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr>
<td valign="top" width="20%">

	
<div class="user">		
<div class="post_author scaleimages">
<div align="center"><h3>{$post['onlinestatus']}   {$post['profilelink']}</h3>
	{$post['useravatar']}<br />
	<div class="author_information">
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
	</div>
	<div class="author_statistics">
    	{$post['user_details']}
		 {$post['iplogged']}
	</div>
</div>	
	</div>
	
	

	
		</div>
</td>
<td valign="top">

<div class="stposts">	
	
<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 classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}

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


	</div>																	
	</div>	
	
	
<div class="post_controls">
	<div class="postbit_buttons2 post_management_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>	
	
	
	
	
	
</td>
</tr>
</table>
check the attached files for the new screenshot.
btw i'm not complaining from support