最近搜索
没有最近搜索

Brooke Luder
已加入2021年4月16日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Brooke Luder
Brooke Luder 进行了评论,
社区评论 Discussion - Tips and best practices from the community
Hi I'm not a coder but I've managed to implement this suggestion and it works great.
The only thing is if we have articles flagged as internal (visible to agents and managers only) the little lock icons disappear when you expand the list.
The code on the .hbs page for that is:
{{#if internal}}
{{/if}}
but I'm not sure how to get that working with the example above. I'm assuming it would be somewhere around this part:
$(_allarticles).each(function(idx, itm){
if(itm.draft==true){
} else {
_arthtml = _arthtml + '
}
});
Can anyone help me?
查看评论 · 已于 2020年6月30日 发布 · Brooke Luder
0
关注者
0
投票
0
评论