Hi,
I would like to ignore 3 notes, data-container-key (html): node-18, node-28, node-2
I tried filtering but it didn't work ( example from @Old Nick )
Edit widget: Trending content > Display condition:
I used this just to test, but the widget doesn't show up, I thought it would display the node topic.
(without any filter, displays topic of node 2)
then I would use it like this:
I would like to ignore 3 notes, data-container-key (html): node-18, node-28, node-2
I tried filtering but it didn't work ( example from @Old Nick )
Edit widget: Trending content > Display condition:
in_array($xf.reply.containerKey, ['node-2'])
I used this just to test, but the widget doesn't show up, I thought it would display the node topic.
(without any filter, displays topic of node 2)
then I would use it like this:
!in_array($xf.reply.containerKey, ['node-28', 'node-18', 'node-2'])