DeltaHF
Well-known member
I want a sidebar widget to be visible when viewing threads in a particular forum.
Using the Display Condition field, I would expect this to show the widget in threads with a node_id of 358:
...but that does not work and the widget never displays.
Using an HTML template and dumping the variable confirms that it is, in fact, what I expect it to be. Using this configuration, for example, the widget shows "358" when viewing a thread in the target forum:
But, when we add the Display Condition, the widget disappears from that same thread:
What am I doing wrong?
Using the Display Condition field, I would expect this to show the widget in threads with a node_id of 358:
Code:
$context.thread.node_id == 358
...but that does not work and the widget never displays.
Using an HTML template and dumping the variable confirms that it is, in fact, what I expect it to be. Using this configuration, for example, the widget shows "358" when viewing a thread in the target forum:
But, when we add the Display Condition, the widget disappears from that same thread:
What am I doing wrong?