XF 1.4 How to only show subforumlist on node X

Bram

Well-known member
Can anybody help me with the following.

I have quit a lot of subforums on my forums and normally all of these are just shown via the regular popup menu.

However one particular forum on the forum_list I'd like to show expanded in the alternative subforumlisting.

Is this possible?
 
Can anybody help me with the following.

I have quit a lot of subforums on my forums and normally all of these are just shown via the regular popup menu.

However one particular forum on the forum_list I'd like to show expanded in the alternative subforumlisting.

Is this possible?

I'm also having the same problem...
 
Have a look in the node_forum_level_2 and node_category_level_2 templates.

Look for the xen:if statements utilising nodeListSubForumPopup.

You should be able to modify the code to add in a node ID conditional to render that particular node differently.
 
Anybody has a code suggestion to use to render node X and Y as lists and let the others subforums remain as a regular popup.

I've managed to get this working on our previous style but for some reason re-using that same code doesn't do the job anymore.

What steps should I take to render nodes X and Y as expanded subforums and leave the others collapsed. ?
 
Top Bottom