forum:groups

Returns a Collection containing all the forums in one or more sections. This tag is deprecated. Use forum:forums instead.

Syntax
<forum:groups
   id="..."
   recursive="..."?
   sectionId="..."?
   sectionIds="..."?/>
Attributes
sectionId

This attribute is deprecated. Use sectionIds instead.

sectionIds

The sections from which forums are to be retrieved, specified as a list of one or more section IDs.

recursive

If set to true, then the sub-trees of the sections specified with the sectionIds attribute are also searched for forums. For performance reasons, you should avoid using this attribute for sections with large section subtrees. The default value is false.

id, mandatory, no runtime expressions

The name of the scripting variable that will be created to access the returned forum Collection.

Scripting variable (id)

A scripting variable will be defined using the value of the id attribute as its name. The variable is of type java.util.Collection.