Discuz帖子右侧广告,分辨率大于1024显示

  网(LieHuo.Net)教程 关于论坛帖子右侧的广告显示问题,最近有朋友询问网,如果访客的分辨率小于1024,能否不显示呢?,下面就教你怎样把帖子右侧的广告设置成只有读者的电脑分辨率是超过1024的宽屏下显示。

  教程如下:

  打开templates/default/viewthread_node.htm

  找到:

<!--{if
$admode && !empty($advlist['thread3'][$post['count']])}--><div
class=ad_pip
id=ad_thread3_$post[count]>$advlist[thread3][$post[count]]</div><!--{else}--><div
id=ad_thread3_$post[count]></div><!--{/if}--><div
id=ad_thread4_$post[count]></div>

  改为:

<div id=Layer><!--{if $admode && !empty($advlist['thread3'][$post['count']])}--><div class=ad_pip id=ad_thread3_$post[count]>$advlist[thread3][$post[count]]</div><!--{else}--><div id=ad_thread3_$post[count]></div><!--{/if}--><div id=ad_thread4_$post[count]></div></div>
<script language=javascript>
var iWidth = window.screen.availWidth;
var iHeight = window.screen.availHeight;
if(iWidth>1024){
document.getElementById('Layer').style.display = '';
} else {
document.getElementById('Layer').style.display = 'none';
}
</script>

  完。-网防采集。

相关文章

**本资源可免费获取,请至尾部读阅!**Discuz素材资源交易论...
分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风...
最近工作需要IIS,自己的电脑又是Windows7系统,找了下安装的...
首先就是discuz,用起来真的是特别的好用,搭建的网站真的非...
1.找到图片路径拼装文件首先打开根目录下的template目录找到...
打开NavicatforMySQL找到数据表 pre_ucenter_members 把密...