Recent searches
No recent searches

Brooke Luder
Joined Apr 16, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
2
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Brooke Luder
Brooke Luder commented,
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?
View comment · Posted Jun 30, 2020 · Brooke Luder
0
Followers
0
Votes
0
Comments