Skip to Content

OG/views for profile page

Categories:

In building a custom profile page, I want to display a list of say 10 most recent groups (OG) that the user has joined. Now there is a filter in OG_views that takes the UID of the logged in user and outputs his recently joined groups. But there is no argument in OG_views that replicates this functionality such that I can pass the UID as a URL argument or build_view() argument. There are a few PHP/SQL snippets available to do this job, but can't there be any Views related hack for this?