XF 2.3 Exclude trending topic widget on certain node

fiebrelectora

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

PHP:
!$forum.node_id == 65
!in_array($forum.node_id, [65])
$forum.node_id != 65
 
Top Bottom