Is there something in the api to pull a group admin user id when on that group page. Basically, I'm wanting to show a group admin's tweets on their group page. For instance I'm a group admin and when you are on any of the groups that I'm admin of it will show my tweets. I'm thinking that's the way to go since the twitter module is by user and I haven't seen anything for og.
I think if I could return that id to a view argument, that's all I would need to do. Is it possible?
Comments
Comment #1
Grayside commentedYou can easily get at the group owner from the group node's uid field, you can query for the group admins.
Multiple years since last comment, closing.