Szybka odpowiedź nie odświeża

Błąd   Założony przez  KILLERman.

wersja skryptu MyBB: 1.8.6
adres forum: multi-gaming.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Dobry wieczór eksperci i Ci mniej zaznajomieni.
Od pewnego dnia borykam się z szybką odpowiedzią. Chodzi o tym, że ni cholerkę, ale jeśli poprzez nią chcę napisać pościk, to po wysłaniu stronka nie odświeża się a tekst zostaje na miejscu. Fakt - po odświeżeniu strony ręcznie, post widnieje w temacie, ale jest to trochę nieprzyjemne.
Zapoznałem się z kilkoma tematami na Forum, sam próbowałem coś pozmieniać, ale tylko zdupcyłem Forum. Na szczęście zachowałem kopię pliku.

No to co. Z tego co widziałem, trzeba pokazać następujące pliki:
postbit
<br />{$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">

      
  {$post['onlinestatus']} <strong><span class="largetext" style="font-size: 18px; padding-top: 10px;">{$post['profilelink']}</span></strong> <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>
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
<center>    {$post['attachments']}
    {$post['signature']}</center>    
    <div class="post_meta" id="post_meta_{$post['pid']}">
    </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']}{$post['iplogged']}
    </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
{$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="18%" class="arrow_box"><br/>

    
<div class="post_author scaleimages" style="margin-left: 20px; margin-top: 10px;">
     {$post['onlinestatus']} <strong><span class="largetext" style="font-size: 18px; padding-top: 10px;">{$post['profilelink']}</span></strong>
    <div style="margin-top: 5px;">{$post['useravatar']}</div>
    <div class="author_information">
            <div style="margin-top: 10px;">
              <span class="smalltext">
                {$post['userstars']}
                {$post['groupimage']}
            </span></div>
   </div>
    <div class="author_statistics">
        <center><hr style="background: #393939 !important; width: 100%;"><span style="border-bottom: 1px solid #393939;">{$post['user_details']}</span><hr style="background: #393939 !important; width: 100%;"></center>
    </div>
</div>

<br/><br/><br/>
</td>
<td>&nbsp;</td>
<td valign="top">

 
  <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="border2">
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
    <br/>{$post['message']}<br/>
    </div>
    <center>{$post['attachments']}
  {$post['signature']}</center>
</div>
</div>
 
<br/><br/><br/>
</td>
</tr>
</table>
<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']}{$post['iplogged']}
    </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>

headerinclude
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,400italic,600italic' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>
<script type="text/javascript" src="images/duende/jquery.tipsy.js"></script>
<script type="text/javascript" src="images/duende/jquery.cookie.js"></script>


<script type='text/javascript'>
jQuery(function() {
jQuery("a").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("title").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("img").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("i").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("span").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("div").tipsy({gravity: jQuery.fn.tipsy.autoNS});
  });
</script>

{$stylesheets}
<script type="text/javascript">
<!--
    lang.unknown_error = "{$lang->unknown_error}";

    lang.select2_match = "{$lang->select2_match}";
    lang.select2_matches = "{$lang->select2_matches}";
    lang.select2_nomatches = "{$lang->select2_nomatches}";
    lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
    lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
    lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
    lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
    lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
    lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
    lang.select2_loadmore = "{$lang->select2_loadmore}";
    lang.select2_searching = "{$lang->select2_searching}";

    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var rootpath = "{$mybb->settings['bburl']}";
    var imagepath = "{$theme['imgdir']}";
      var yes_confirm = "{$lang->yes}";
    var no_confirm = "{$lang->no}";
    var MyBBEditor = null;
    var spinner_image = "{$theme['imgdir']}/spinner.gif";
    var spinner = "<img src='" + spinner_image +"' alt='' />";
// -->
</script>

No i słabo jest, bo nie wiem co mam z tym zrobić, drodzy Panowie. Proszę o pomoc ;)
Używasz szablonów z wersji mybb 1.6. Spróbuj zamienić te dwa szablony na te z MyBB 1.8, dodatkowo możesz mieć coś namieszane w szablonach szybkiej odpowiedzi.
Ja bym zmienił styl na jakiś w pełni kompatybilny z 1.8.
Serio...? Szlag by to trafił. Sporo dla tego szablonu włożyłem, hehe. Najgorsze jest to, że okropnie mało jest szablonów pod 1.8. Nie da rady nic z tym zrobić? Jeśli nie, to chociaż prosiłbym o jakieś miejsce, gdzie znajdę spolszczone szablony pod aktualną wersję, no cóż..

Pozdrawiam!

Postanowiłem, że faktycznie zmienię szablon. Jednakże mam inny problem, ale to już w kolejnym temacie.



Użytkownicy przeglądający ten wątek:

1 gości