I'm taking a look at organic groups and I like what it seems to do according to the demo sites the module page provides. However, I don't see an obvious way to set up something similar to the group tabbed navigation buttons. Is this functionality included in the basic organic groups, did they add that themselves, or is it available through contrib modules?

http://www.mothersclick.com/group/20something <--- that's the sort of group navigation im after.

Comments

zirvap’s picture

It's Views functionality. I don't have a recipie for 6.x, as I haven't upgraded my OG-based site to 6.x yet.

For 5.x, you create a new view to use as an OG homepage (you need to call it og_ghp_something), and then you use this recipie: http://drupal.org/node/87195 for creating the tabs.

You might also find these links useful, about og_panels (still 5.x, though):
http://drupaldojo.net/lesson/using-og_panels-on-groups.drupal.org
http://www.tejasa.com/node/160

highvoltage’s picture

Thank you. ^_^