MyBB Support
Thread and Post problem
Submitted by StompdowN+, 01-02-2015, 03:16 AM, Thread ID: 924
Thread Closed
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?
http://i.imgur.com/uwVVvgy.png
How can I move it back up in the right corner?
RE: Thread and Post problem
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
Postbit
Postbit_classic
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
01-02-2015, 01:14 PM
#4 Don't use a 1.6 theme on 1.8 version. :fp:
RE: Thread and Post problem
Users browsing this thread: 2 Guest(s)