Hristo Avramov Active member Wednesday at 4:39 AM #1 How can I display a widget in Page Node, I do not see options for displaying in page node. I want to add it to sidebar.
How can I display a widget in Page Node, I do not see options for displaying in page node. I want to add it to sidebar.
fords8 Well-known member Wednesday at 6:18 AM #2 Hristo Avramov said: How can I display a widget in Page Node, I do not see options for displaying in page node. I want to add it to sidebar. Click to expand... In the Display condition field, enter: $xf.reply.containerKey == 'node-123' (Replace 123 with the actual ID of your Page Node, which you can find in the URL while editing the node in the Admin CP). Click to expand... Upvote 0 Downvote
Hristo Avramov said: How can I display a widget in Page Node, I do not see options for displaying in page node. I want to add it to sidebar. Click to expand... In the Display condition field, enter: $xf.reply.containerKey == 'node-123' (Replace 123 with the actual ID of your Page Node, which you can find in the URL while editing the node in the Admin CP). Click to expand...
Mr Lucky Well-known member Wednesday at 7:56 AM #3 What I did was add a sidebar to the page with widget key in sidebar position If widget id =xyz, add to bottom of page template: Code: <xf:widget key="xyz" position="sidebar"/> Last edited: Wednesday at 8:32 AM Upvote 0 Downvote
What I did was add a sidebar to the page with widget key in sidebar position If widget id =xyz, add to bottom of page template: Code: <xf:widget key="xyz" position="sidebar"/>