本文目录一览:
- 1、discuz教程:如何去掉论坛右下角的新短消息提醒
- 2、我想建个网站,是Discuz! 5.5.0论坛。怎么做?
- 3、Discuz,X3.3 Discuz,L1.0支持HTTPS吗?支持HTML5吗
discuz教程:如何去掉论坛右下角的新短消息提醒
如何去掉论坛右下角的新短消息提醒
打开\template\default\common\footer.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=spacedo=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=spacedo=noticeview=$key', '!--{avatar($_G[uid],small,true)}--', '$noticetitle ($val)', '{lang newnotice_notice_info}');
!--{/loop}--
!--{/if}--
}
/script
我想建个网站,是Discuz! 5.5.0论坛。怎么做?
可以去专业的域名公司注册个域名
万网 新网是这方面最好的公司了
然后把你注册的域名解析到你的空间
然后把你的DZ5.5的数据库串联文件中的数据库地址 用户名 和密码填好
上传到空间 运行安装文件就可以了
还有 DZ现在已经出6.0了
功能比5.5个强大
而且是免费开源的
我现在就在用着呢
建议你也用6.0吧
Discuz,X3.3 Discuz,L1.0支持HTTPS吗?支持HTML5吗
不支持。目前DZ论坛系统不支持H5,不过你可以变个模版支持H5的,关于HTTPS源码本身不支持的, 需要您修改文件。
教你如何给 Discuz! 支持HTTPS: