Here we go .. edit display_Forums_item template
Add this .. edit node ID
Code:
<vb:if condition="$page['channelid'] != 2">
Above this line ....
Code:
<tr class="forum-item {vb:raw forumCssPrefix} forum-item{vb:raw forumStatus}" id="forum{vb:raw forum.nodeid}" data-channel-id="{vb:raw forum.nodeid}" data-lastcontent="{vb:raw forum.lastcontent.created}" data-readtime="{vb:raw forum.readtime}">
Add this below last line in the template ...