MyBB Support

Thread and Post problem

Submitted by StompdowN+, , Thread ID: 924

Thread Closed
StompdowN+
Lurker
Level:
0
Reputation:
0
Posts:
8
Likes:
0
Credits:
11
01-02-2015, 03:16 AM
#1
So, yeah. Everytime I post a new thread or reply, it messes up completely. My warning level and reputation is misplaced completely.

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

How can I move it back up in the right corner?

RE: Thread and Post problem

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
01-02-2015, 03:17 AM
#2
Can you give us your entire postbit and postbit_classic in a [code] tag?

RE: Thread and Post problem

StompdowN+
Lurker
Level:
0
Reputation:
0
Posts:
8
Likes:
0
Credits:
11
OP
01-02-2015, 03:20 AM
#3
Postbit
Code:
{$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
Code:
{$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 />

RE: Thread and Post problem

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
01-02-2015, 01:14 PM
#4
Don't use a 1.6 theme on 1.8 version. :fp:

RE: Thread and Post problem

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
01-02-2015, 02:45 PM
#5
01-02-2015, 01:14 PM
Kewl Wrote:
Don't use a 1.6 theme on 1.8 version. :fp:

That's the solution.

Users browsing this thread: 1 Guest(s)