2013-08-10, 02:56 PM
I have a problem with quick reply. When i want to answer on a forum, a message comes up saying 'please wait'. Only then when i refresh the page manually, the reply comes up. I found out that you have to backup a postbit template. So, i have a question, what's wrong with this template:
Thanks, I hope you can help.
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="single-thread">
<div class="side-meta"><div class="user-meta"><div class="avatar">{$post['useravatar']} </div>
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span><br />
{$post['user_details']}
</div></div>
<div class="thread-box">
<div class="top-thread"><div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}<div class="clear"></div></div>
<div class="post-thread"><img src="{$theme['imgdir']}/postquote.png" class="user-arrow" /><span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<div class="post_body" 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="bottom-thread"> <div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_spam']}{$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></div><div class="clear"></div>
</div><div class="clear"></div>
</div>
Thanks, I hope you can help.