I want show in profile page the lists of organic groups that current user is a member.
By default if i call <?php print render($user_profile); ?>
on my result i have one field with the list of my groups membership.
But I can not intercept the function or variable that generates this result.
How i can obtain this with drupal 7? thanks in advance!
Drupal 7 Lists the organic groups current user is a member
2.8k views Asked by AudioBubble At
2
I found the direct access for this
Or we can also create a simple view block for profile page..the og module already provides these views by default.