ggroup
550 sites
Security covered
Subgroup Modules
There are two options for creating Subgroups:
- Subgroup (Graph)
ggroup -
Uses a Graph model to calculate relationships between groups.
Has more flexibility in including poly-trees, however graph enumeration requires more processing.
- Subgroup (Tree)
subgroup -
Uses a Forest of Rooted Trees model to calculate relationships between groups.
Configuration limits that a Group Type has a fixed position in tree.
Rooted tree enumeration is simpler than graph enumeration (quicker/less processing)
Read more about Graph Theory on Wikipedia
Subgroup (Graph) 2.0
This version is based on Group 2.0, which provides upgrade path.
GroupContentEnabler plugin was replace with GroupRelationship plugin.
The rest of the module works as before.
Subgroup (Graph) 3.0
This version is based on Group 3.0, in this version the plugin id is changed subgroup to ggroup to avoid conflicts with other modules.