MyBB Community Forums

Full Version: Problem in new reply
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
HiIn my forum when you send new reply from quick reply, the reply that you send isn't shown and you need to refresh the page for view the reply
How to solve this error?
My forum: http://bux.az-net.ir/forum
Anyone can help?
Please provide a testing account.
Username: Test123
Password: 4460703
Change the language to English in footer
I had this problem. I found the issue was in the postbit.

You may have the same issue as I did.

Go to AdminCP Template & Styles > Templates > Your Theme > Postbit

Open both Postbit and Postbit Classic and paste the codes here. I'll look at them.
I use different styles for first post and other posts
Which one you want me to send?
Since the issue is with the quick reply, let's see the template for "other posts".
check if this related thread helps: http://community.mybb.com/thread-172988.html
(2016-01-13, 04:36 AM)Sharree Wrote: [ -> ]Since the issue is with the quick reply, let's see the template for "other posts".

Here we are:
<style>
    .comments {background:#fff;border-radius:3px;margin:10px;padding-top:0 !important;}
    .user_postbit {float:right;margin:10px;border:1px solid #ccc;border-radius:50%;}
    /*.user_postbit img {border-radius:0px;}*/
    .user_post {border:1px solid #95a5a6;background:#fff;width:85%;padding:10px;float:left;margin:10px;}
    .user_post_arrow {position:absolute;right:-18px;top:24px;width:0;height:0;display:block;border-color:transparent;
        border-style:solid;border-width:9px;border-left-color:#95a5a6;}
    .user_post_arrow2 {position:absolute;right:-16px;top:25px;width:0;height:0;display:block;border-color:transparent;
        border-style:solid;border-width:8px;border-left-color:#fff;z-index:1}
    .user_post_details {display:inline-block;}
    .post_arrow {position:relative;left:10px;}
</style>
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic comments {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">

    <div class="scaleimages user_postbit">
    {$post['useravatar']}
    </div>
<div class="user_post">
    <div class="post_head">
        <div class="post_arrow">
        <span class="user_post_arrow"></span><span class="user_post_arrow2"></span>
        </div>
        {$post['posturl']}
        {$post['icon']}
        <div class="user_post_details"><i class="fa fa-pencil-square-o fa-2x"></i> <b>ارسال کننده : {$post['profilelink']}</b> | <i class="fa fa-cog fa-2x"></i> <b>وضعیت:</b> {$post['onlinestatus']} | <i class="fa fa-info fa-2x"></i> <b>سمت:</b> {$post['usertitle']} | <i class="fa fa-reply-all fa-2x"></i> <b>ارسال ها:</b> {$post['postnum']} | </div>
		<span class="post_date"><i class="fa fa-clock-o fa-2x"></i> <b>تاریخ ارسال:</b> {$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}"><b>{$post['editedmsg']}</b></span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
		<br /><br /><br /><center><div style="margin:auto"><table border="0" cellpadding="0" cellspacing="0"><tr><td><div style=" background-color: #34495e;color: white; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius:25px; border: 1px solid #000000; padding: 4px; font-size: 1em;" /><span style="text-align:center;"><div class="ltr"><strong><b>ارتباط با پشتیبانی:</b> <a href="http://bux.az-net.ir/?v=c&cc=sr" title="Support" target="_blank"><b><font size=3>کلیک کنید</b></font></a></strong><br />شبکه تبلیغاتی و کسب درآمد آذ باکس</span></div></div></td></tr></table></div></center>
    </div>
    {$post['attachments']}
{$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
		{$post['iplogged']}
    </div>
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
	{$post['thankyoulike_data']}
	</div>
    <div class="post_controls" style="background:none;border:0;margin:0;padding:0">
    <div class="postbit_buttons author_buttons float_right">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_left">
        {$post['button_tyl']}{$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>
</div>
<div style="border:1px #f39c12 solid; background: #bdc3c7; padding: 10px;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<center>
<td style="width:50%;text-align:center;">
<img src="http://bux.az-net.ir/includes/img/ads.gif" width="468" height="60" alt="Ads">
    </td>
    <td style="width:50%;text-align: center;">
        <img src="http://bux.az-net.ir/includes/img/ads.gif" width="468" height="60" alt="Ads">
    </td>
            </tr>
</table>
        </div>

Someone please helppppp Sad
Heeeeeelpppppp

Again heeeeeeeelp Sad
Pages: 1 2