I like to post locally first, before going global. ;^)
Here's the scenario:
Each user has their profile using Profile2. I have a OG group type where users of course are going to be admins. I need all group members to be able to view the group admin's profile.
Of course this to me seems basic and doable, but now been struggling with this for a few days now. Seemingly after reading some threads this is doable, and need to turn on Profile2 Group Access to make this work. Well, I have turned it on, and I see no changes to any cfg page anywhere.
Wondering if anyone here has attempted something even vaguely similar, and could give a few pointers on this. Or even, once profile2 group access is enabled how to cfg things to make the profile accessible. Documentation on this module, is well, in the state of much of the other documentation of Drupal sadly.
Thanks bunches
Murias
Comments
Profile2 <3 EVA
I held off because I hoped that someone would have something specific to say. I hope you found something already, but just in case...
I've been using Profile2 a fair amount, and although I haven't had the opportunity to play with OG, I often find that things are more difficult because the data in a profile2 entity is separate from what's in the user entity. The Drupal infrastructure often isn't in place to make this jump. You see it in Rules and Panels, for example, but Views generally works well.
Because of this, I've used Views (and EVA is a good candidate here) to do things I would normally do some other way.
Basically, build an EVA view type to display your profile2 information and make it available on whatever object type you want to display it with. Use Contextual Filters and/or Relationships to get all the data together in your EVA display.
--Darryl Richman
http://darryl.crafty-fox.com