Where within the realm of Organic Groups (D6) can I find a few functions that do the following:
- Retrieve a list of all Groups
- Retrieve a list of Features for each Group (when iterating Groups)
- Grab links for Groups & Features, checked against menu access for current user
I am looking through the code, but not really seeing what I am looking for- or maybe I saw it and didn't realize it.
I am trying to build a custom navigation based on Groups and want to construct my own menu structure instead of have all groups, and all said groups features, be in a Drupal managed menu (upwards of possibly 20 groups, a lot to manage).