欢迎来到入门教程网!

discuz

当前位置:主页 > CMS教程 > discuz >

DISCUZ教程之如何让网站的x默认宽屏显示

来源:本站原创|时间:2020-01-11|栏目:discuz|点击:

模板文件进行过修改的朋友可以这样修改,在template/default/common/header.htm
找到
<!--{if !empty($_G['cookie']['widthauto']) && empty($_G['disabledwidthauto'])}-->
<link rel="stylesheet" id="css_widthauto" type="text/css" href="data/cache/style_{STYLEID}_widthauto.css?{VERHASH}" />
<script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
<!--{/if}-->
改为下面的代码,其实就是去掉了判断
<link rel="stylesheet" id="css_widthauto" type="text/css" href="data/cache/style_{STYLEID}_widthauto.css?{VERHASH}" />
<script type="text/javascript">HTMLNODE.className += ' widthauto'</script>
接下来找到
<a href="javascript:;" onclick="widthauto(this)"><!--{if empty($_G['cookie']['widthauto'])}-->{lang switch_wide}<!--{else}-->{lang switch_narrow}<!--{/if}--></a>
替换为下面的代码
<a href="javascript:;" onClick="widthauto(this)"><!--{if empty($_G['cookie']['widthauto'])}-->{lang switch_narrow}<!--{else}-->{lang switch_wide}<!--{/if}--></a>
更新缓存

上一篇:DiscuzX发帖默认隐藏附件/图片/链接/视频等设置教程

栏    目:discuz

下一篇:Discuz! 的防水墙使用教程(基础篇)

本文标题:DISCUZ教程之如何让网站的x默认宽屏显示

本文地址:https://www.xiuzhanwang.com/a1/discuz/12901.html

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 脚本教程网 版权所有