Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Brooke Luder's Avatar

Brooke Luder

Beigetreten 16. Apr. 2021

·

Letzte Aktivität 27. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

2

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Brooke Luder

Brooke Luder hat einen Kommentar hinterlassen

Community-Kommentar 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?

    Kommentar anzeigen · Gepostet 30. Juni 2020 · Brooke Luder

    0

    Follower

    0

    Stimmen

    0

    Kommentare