zoukankan      html  css  js  c++  java
  • 如何去掉论坛右下角的新短消息提醒

    如何去掉论坛右下角的新短消息提醒

    打开 emplatedefaultcommonfooter.htm文件,然后找到137-150行的代码删除即可


    <script type="text/javascript">
    var h5n = new Html5notification();
    if(h5n.issupport()) {
    <!--{if $_G[member][newpm] && $_GET[do] != 'pm'}-->
    h5n.shownotification('pm', '$_G[siteurl]home.php?mod=space&do=pm', '<!--{avatar($_G[uid],small,true)}-->', '{lang newpm_subject}', '{lang newpm_notice_info}');
    <!--{/if}-->
    <!--{if $_G[member][newprompt] && $_GET[do] != 'notice'}-->
    <!--{loop $_G['member']['category_num'] $key $val}-->
    <!--{eval $noticetitle = lang('template', 'notice_'.$key);}-->
    h5n.shownotification('notice_$key', '$_G[siteurl]home.php?mod=space&do=notice&view=$key', '<!--{avatar($_G[uid],small,true)}-->', '$noticetitle ($val)', '{lang newnotice_notice_info}');
    <!--{/loop}-->
    <!--{/if}-->
    }
    </script>


    小鸟虽小,可它玩的却是整个天空。
  • 相关阅读:
    Hadoop TextInputFormat源码分析
    Hadoop集群(第6期)_WordCount运行详解
    spring boot之从零开始开发自己的网站
    transfer learning
    深度学习理论
    CNN卷积可视化与反卷积
    resnet
    NLP资料
    close Spark Streaming gratefully
    CUDA
  • 原文地址:https://www.cnblogs.com/lyg0126/p/6858692.html
Copyright © 2011-2022 走看看