XF 2.2 Show widgets only in threads within a certain category

rhodes

Active member
Hello,

I would like to show a widget in the sidebar of some forums, but only within a certain category. Structure is like this.

category-1
-- forum - 1-1
-- forum - 1-2
category-2
-- forum 2-1
-- forum 2-2
...
-- forum 2-n

Is it possible to show a widget only in forum-2-1 .. forum-2-n ? I've tried in_array($xf.reply.containerKey, ['node-x','node-xx','node-xxx']) which works fine. However, in this case I have to add all forums manually and have to change the condition for every new forum of category-2.
 
Top Bottom