Recherches récentes


Pas de recherche récente

Brooke Luder's Avatar

Brooke Luder

Adhésion le 16 avr. 2021

·

Dernière activité le 27 oct. 2021

Suivis

0

Abonnés

0

Activité totale

2

Votes

0

Abonnement

1

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Brooke Luder

Brooke Luder a ajouté un commentaire,

Commentaire de la communauté 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 + '

  • '+itm.title+'
  • ';
    }
    });

    Can anyone help me?

    Afficher le commentaire · Publication le 30 juin 2020 · Brooke Luder

    0

    Abonnés

    0

    Votes

    0

    Commentaire