![]() |
[Error Message] when open the thread error its not open - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [Error Message] when open the thread error its not open (/thread-223555.html) Pages:
1
2
|
when open the thread error its not open - kuttysoft - 2019-06-21 at the same time i am verify the file check for corrupt there is all fine when i open the post its come like this someone help me after upgrading this happen & i am already deactivate all plugins .... RE: when open the thread error its not open - Ashley1 - 2019-06-21 Files might be fine, but could be a problem in the templates. postbit / postbit_classic maybe. RE: when open the thread error its not open - kuttysoft - 2019-06-21 (2019-06-21, 10:30 AM)Ashley1 Wrote: Files might be fine, but could be a problem in the templates. postbit / postbit_classic maybe.owh yes correct i am change theme to default its work fine ........ how to fix this now someone help for fix RE: when open the thread error its not open - Ashley1 - 2019-06-21 It looks like a syntax error. If you know the template causing the problem you can post it here. RE: when open the thread error its not open - kuttysoft - 2019-06-21 (2019-06-21, 10:38 AM)Ashley1 Wrote: It looks like a syntax error. If you know the template causing the problem you can post it here.in template which file i have post here RE: when open the thread error its not open - NoRules - 2019-06-21 Hi, if I read well the error, the problem is in the postbit template. Please paste it here (of your theme, not the template of the default theme) RE: when open the thread error its not open - Michael2014 - 2019-06-21 error in the in postpit templat. this is most likely it is a bad var like '] most likely missing } RE: when open the thread error its not open - kuttysoft - 2019-06-21 {$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"> <div class="pbtitlename"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']} <span class="pbtooltip responsiveshow"> {$lang->postbit_posts} {$post['postnum']}<br /> {$lang->postbit_threads} {$post['threadnum']}<br />{$lang->postbit_joined} {$post['userregdate']}{$post['replink']}{$post['profilefield']}{$post['warninglevel']}</span></div> <span class="smalltext"> {$post['usertitle']}<br /> {$post['userstars']} {$post['groupimage']} </span> </div> <div class="author_statistics"> {$post['user_details']}Best answers {$post['countsba']}<br/> </div> <div class="author_statistics"> <div class="smalltext" style="background: #212121;padding: 7px;margin: 5px 0;"> <if $post['regdate']+(60*60*24*1095) <= TIME_NOW then><span style="color: #FF0040;">4 Years of Service</span> <elseif $post['regdate']+(60*60*24*1095) <= TIME_NOW then><span style="color: #FF0080;">3 Years of Service</span> <elseif $post['regdate']+(60*60*24*730) <= TIME_NOW then><span style="color: #FF00BF;">2 Years of Service</span> <elseif $post['regdate']+(60*60*24*365) <= TIME_NOW then><span style="color: #FF00FF;">1 Year of Service</span> <elseif $post['regdate']+(60*60*24*330) <= TIME_NOW then><span style="color: #0080FF;">11 Months of Service</span> <elseif $post['regdate']+(60*60*24*300) <= TIME_NOW then><span style="color: #00FFFF;">10 Months of Service</span> <elseif $post['regdate']+(60*60*24*270) <= TIME_NOW then><span style="color: #00FF80;">9 Months of Service</span> <elseif $post['regdate']+(60*60*24*240) <= TIME_NOW then><span style="color: #00FF00;">8 Months of Service</span> <elseif $post['regdate']+(60*60*24*210) <= TIME_NOW then><span style="color: #FF4000;">7 Months of Service</span> <elseif $post['regdate']+(60*60*24*180) <= TIME_NOW then><span style="color: #FF8000;">6 Months of Service</span> <elseif $post['regdate']+(60*60*24*150) <= TIME_NOW then><span style="color: #FFBF00;">5 Months of Service</span> <elseif $post['regdate']+(60*60*24*120) <= TIME_NOW then><span style="color: #FFFF00;">4 Months of Service</span> <elseif $post['regdate']+(60*60*24*90) <= TIME_NOW then><span style="color: #F4FA58;">3 Months of Service</span> <elseif $post['regdate']+(60*60*24*60) <= TIME_NOW then><span style="color: #D8D8D8;">2 Months of Service</span> <elseif $post['regdate']+(60*60*24*30) <= TIME_NOW then><span style="color: #848484;">1 Month of Service</span> <elseif $post['regdate']+(60*60*24*0) <= TIME_NOW then><span style="color: #848484;">Less Than a Month</span></if> </div> </div> <div class="author_statistics"> <center>{$post['myachievements_postbit']}</center> </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']}{$post['warninfo']} </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> <br> <br> <br> </div> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- forum3 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0490231194065211" data-ad-slot="3013211851" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> someone check RE: when open the thread error its not open - NoRules - 2019-06-21 Hi, remove this from the template and see if it's fixed:
RE: when open the thread error its not open - kuttysoft - 2019-06-21 (2019-06-21, 02:29 PM)NoRules Wrote: Hi,yes sir now working and why its not working now before update it was working sir ..... any modify change in this lines ? |