您现在的位置是:首页 > 教程 > ecshop商城教程ecshop商城教程

修改ecshop隐藏帮助中心文章页的评论功能的方法

代曼2023-11-01 23:35:51ecshop商城教程已有人查阅

导读第一步:首先我们打开 /article.php 文件;第二步:然后我们来修改 /themes/default/library/comments.lbi;这样就可以了,去重新刷新一下帮助中心的文章页,看是不是没有评论框了

第一步:首先我们打开 /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'}
<div id="ECS_COMMENT"> {* ECSHOP 提醒您:动态载入comments_list.lbi,显示评论列表和评论表单 *}{insert name='comments' 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 name='comments' type=$type id=$id}</div>
{/if}

这样就可以了,去重新刷新一下帮助中心的文章页,看是不是没有评论框了

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签