Betclever Well-known member Licensed customer 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 Licensed customer 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 Licensed customer 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.
A association Active member Licensed customer Saturday at 11:54 PM #4 Betclever said: I would like to use forum view but not on the sidebar: Click to expand... Hi, I'm also having this problem right now. I want to create a widget that will be displayed in a specific forum, but not in the sidebar but above the list of all threads, and I don't see such a location. How did you end up solving this? Thanks. Upvote 0 Downvote
Betclever said: I would like to use forum view but not on the sidebar: Click to expand... Hi, I'm also having this problem right now. I want to create a widget that will be displayed in a specific forum, but not in the sidebar but above the list of all threads, and I don't see such a location. How did you end up solving this? Thanks.