欢迎来到入门教程网!

dedecms

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

删除dedecms织梦后台登陆页广告

来源:本站原创|时间:2021-08-05|栏目:dedecms|点击:

在网站中不能少的就是广告,在dedecms织梦网站后台登陆页中默认也是有广告的,这些广告确实也会影响到网站后台的加载速度,所以如果不想要的话也是可以删除的。
 
删除网站后台登陆页广告:
 
后台登陆的默认系统文件是/dede/login.php文件,使用的模板是uploads\dede\templets\login.htm
打开uploads\dede\templets\login.htm文件
找到最下面的代码:
<div class="dede-iframe"><iframe name="loginad" src="login.php?dopost=showad" frameborder="0" id="loginad" scrolling="no"
marginwidth="0" marginheight="0" width="100%"></iframe></div>
删除以上代码即可去除登陆页的广告。
 
删除后台系统菜单中的赞助商广告:
 
打开uploads\dede\templets\index_body.htm文件
找到
        <dl class='dbox' id="item8">
            <dt class='lside'><div class='l'>赞助商链接(<a href="http://ad.dedecms.com/ad/" target="_blank">说明</a>)</div></dt>
            <dd>
                <iframe name="showad" src="index_body.php?dopost=showad" frameborder="0" width="100%" id="showad" frameborder="0"
scrolling="no"  marginheight="5"></iframe> dedecms.com
            </dd>
        </dl><!--赞助商链接结束-->
删除代码中的框架代码,即
<iframe name="showad" src="index_body.php?dopost=showad" frameborder="0" width="100%" id="showad" frameborder="0" scrolling="no" 
marginheight="5"></iframe>
 

上一篇:dede修改上/下一篇中的“没有了”

栏    目:dedecms

下一篇:织梦CMS列表页自动统计当前栏目的文档总数?

本文标题:删除dedecms织梦后台登陆页广告

本文地址:https://www.xiuzhanwang.com/a1/dedecms/16033.html

更多dedecms

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

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

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

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

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