Betclever Well-known member Nov 14, 2020 #1 Hi, How do I display a widget for a specific forum node? This one must be below the notice (below navbar) and not on the sidebar. Thanks for your help
Hi, How do I display a widget for a specific forum node? This one must be below the notice (below navbar) and not on the sidebar. Thanks for your help
P Paul B XenForo moderator Staff member Nov 14, 2020 #2 Choose your widget position then use this in the Display condition field. Code: $xf.reply.containerKey == 'node-2' More examples here: https://xenforo.com/community/threads/limiting-discussion-view-widgets.186516/#post-1469319 Upvote 0 Downvote
Choose your widget position then use this in the Display condition field. Code: $xf.reply.containerKey == 'node-2' More examples here: https://xenforo.com/community/threads/limiting-discussion-view-widgets.186516/#post-1469319
Betclever Well-known member Nov 14, 2020 #3 Brogan said: Choose your widget position then use this in the Display condition field. Code: $xf.reply.containerKey == 'node-2' More examples here: https://xenforo.com/community/threads/limiting-discussion-view-widgets.186516/#post-1469319 Click to expand... I would like to use forum view but not on the sidebar: Thx Brogan and it works for the condition. Last edited: Nov 14, 2020 Upvote 1 Downvote
Brogan said: Choose your widget position then use this in the Display condition field. Code: $xf.reply.containerKey == 'node-2' More examples here: https://xenforo.com/community/threads/limiting-discussion-view-widgets.186516/#post-1469319 Click to expand... I would like to use forum view but not on the sidebar: Thx Brogan and it works for the condition.