XenForo Exclude trending topic widget on certain node

F

fiebrelectora

Guest
I'm using with the following conditional but not working:

PHP:

Code:
!$forum.node_id == 65
!in_array($forum.node_id, [65])
$forum.node_id != 65

Continue reading...