Posted by nakins on July 3, 2011 at 5:12am
I've been trying to figure this out for days now. This should not be that hard to do. I'm not finding the right combination of fields or filters to produce a list of groups a logged in user is subscribed to. I'm using Drupal 7 with the new views ui. Please help.
Comments
Use the Views
Look at [your site.com]/admin/structure/views. Here You have the View named "OG User groups". This view displays the groups of registered user. You can use this View in the Group panel or clone it and edit to make it displaying only for logged in user.
If You want a group name use the Content (group name) (maybe Node instead of Content - I don't remember how it looks in English).
No sir, I do not have that.
No sir, I do not have that.
This view is probably
This view is probably automatically installed if You have Features module enabled and then enable og_example - this is the Features module generating example Group Type, example Group content type (Post) and example Panel with some Views added.
Maybe You don't have og_example module. If so, Please install the latest 7.x-dev version of Organic Groups - the module is there.
Please also make sure that You have OG Views module installed, http://drupal.org/project/og_views. If no, please make sure that You have read carefully OG main page, http://drupal.org/project/og.