Og context should be triggered when we're viewing a post in an og form. E.g., when viewing an og forum post, we should get that group's "Group details" block.

Normally context depends on the node being assigned to an og. In this case, it's the term, so normal context isn't triggered.

Solution: load the og forum node's id in nodeapi load, and in view set the context using og_set_group_context(). Patch attached.

CommentFileSizeAuthor
og_forum-context.patch1.29 KBnedjo

Comments

darren oh’s picture

I'm having a more fundamental problem with forum posts and organic groups. With or without OG Forum, I can't assign a post to a group. Any group selection I make while editing the post is lost when I submit it.

darren oh’s picture

Status: Needs review » Closed (duplicate)

A forum post is a normal content type. There's no reason it can't be assigned to an organic group. Duplicate of issue 73570.