A5下载文章资讯

分类分类

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

2016-01-05 11:02作者:fang

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

打开templatedefaultcommonfooter.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>

以上就是本文章的内容,希望对大家有所帮助

展开全部

相关

说两句网友评论
    我要跟贴
    取消