ECSHOP隐藏帮助中心文章页的评论功能方法
时间:2024年02月08日
/来源:网络
/编辑:佚名
第一步:首先我们打开 /article.php 文件,找到
$smarty->assign('comment_type', 1);
在它下面增加一行代码
$smarty->assign('topcatid',array_pop($catlist));
第二步:然后我们来修改 /themes/default/library/comments.lbi,找到
{insert_scripts files='transport.js,utils.js'}
<divid="ECS_COMMENT"> {* ECSHOP 提醒您:动态载入comments_list.lbi,显示评论列表和评论表单 *}{insert type=$type id=$id}</div>
将它修改为
{if$topcatid neq 1}
{insert_scripts files='transport.js,utils.js'}
<div id="ECS_COMMENT"> {* ECSHOP 提醒您:动态载入comments_list.lbi,显示评论列表和评论表单 *}{insert type=$type id=$id}</div>
{/if}
这样就可以了,去重新刷新一下帮助中心的文章页,看是不是没有评论框了。
$smarty->assign('comment_type', 1);
在它下面增加一行代码
$smarty->assign('topcatid',array_pop($catlist));
第二步:然后我们来修改 /themes/default/library/comments.lbi,找到
{insert_scripts files='transport.js,utils.js'}
<divid="ECS_COMMENT"> {* ECSHOP 提醒您:动态载入comments_list.lbi,显示评论列表和评论表单 *}{insert type=$type id=$id}</div>
将它修改为
{if$topcatid neq 1}
{insert_scripts files='transport.js,utils.js'}
<div id="ECS_COMMENT"> {* ECSHOP 提醒您:动态载入comments_list.lbi,显示评论列表和评论表单 *}{insert type=$type id=$id}</div>
{/if}
这样就可以了,去重新刷新一下帮助中心的文章页,看是不是没有评论框了。
新闻资讯 更多
热门文章
- 178Moban源码谈谈免费源码与收费源码的区别
- 2帝国CMS忘记后台登陆用户名、密码、认证码的解决方法
- 3帝国CMS(EmpireCMS) v7.5后台任意代码执行漏洞及具体修复方法
- 4帝国CMS和WordPress 哪个好?哪个适合建站?
- 5如何解决Discuz的密码错误次数过多请15分钟后登陆的问题
- 6帝国cms灵动标签取得内容和栏目链接地址
- 7emlog pro 注册码“开心”教程(如果有一天,emlog官方版 或者 emlog免费版 跑路了,那用户怎么办?)
- 8织梦CMS在nginx下设置伪静态方法(附nginx伪静态规则)
- 9帝国cms后台登录出现”您还未登录”怎么解决?
- 10帝国cms7.5忘记登录密码 和忘记登录认证码以及多次登录 失败被锁定解决办法