久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區(qū)

標(biāo)題: Discuz!X3.3以下版本刪除后臺自動更新通知 [打印本頁]

作者: crx349    時間: 2019-6-4 13:52
標(biāo)題: Discuz!X3.3以下版本刪除后臺自動更新通知
目前用老版本的站長還是挺多了~自動更新功能其實已經(jīng)無效 ,但是一直提醒~還是去掉吧

打開 source\function\function_admincp.php
刪除:
  1. if($_G['adminid'] == 1 && $_GET['action'] == 'index') {
  2.                 $release = DISCUZ_RELEASE;

  3.                 $newsurl =  'ht'.'tp:/'.'/cus'.'tome'.'r.disc'.'uz.n'.'et/n'.'ews'.'.p'.'hp?'.siteinformation();
  4.                 echo <<<EOT
  5. <script type="text/javascript">
  6.         var newhtml = '';
  7.         newhtml += '<table class="tb tb2"><tr><th class="partition edited">您當(dāng)前使用的 Discuz! 程序版本有重要更新,請參照以下提示進(jìn)行及時升級</th></tr>';
  8.         newhtml += '<tr><td class="tipsblock"><a  target="_blank"><img src="{$newsurl}" onload="shownews()" /></a></td></tr></table>';
  9.         \$('boardnews').style.display = 'none';
  10.         \$('boardnews').innerHTML = newhtml;
  11.         function shownews() {
  12.                 \$('boardnews').style.display = '';
  13.         }
  14. </script>
  15. EOT;
  16.         }
復(fù)制代碼


source/admincp/admincp_index.php
刪除:
  1. echo '<div id="boardnews"></div>';

  2. echo '<style>.rssbook{margin:8px 0 0 25px;}</style>';
  3. echo '<script >var nId = "4d1e7b6dd9c5070d1a82aeb8be5e72fc64db42701a1bc4d4",nWidth="400px",sColor="light",sText="'.cplang('subscribe_comsenz_email').'" ;</script><script src="http://list.qq.com/zh_CN/htmledition/js/qf/page/qfcode.js" charset="gb18030"></script>';
復(fù)制代碼


作者: 耗子    時間: 2019-6-4 14:29
感謝分享!
作者: 站長    時間: 2019-6-16 15:31
謝謝分享 進(jìn)來學(xué)習(xí)




歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/) Powered by Discuz! W1.0