Closed (cannot reproduce)
Project:
OG Forum D7
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2014 at 21:58 UTC
Updated:
24 Feb 2016 at 16:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jojonaloha commentedAttached is a patch that updates
og_forum_forum_group_handler()to set the group context on node/add/forum/[tid]Comment #2
vegantriathleteThis will likely end up applying with a hunk #?? successful, offset . . . since the code will have changed as a result of applying #1844104: non-group-member can post in private forum
Comment #3
vegantriathleteIt appears that the Forum module itself is already taking care of this. It sure seems to be working fine to me without this patch applied :)
Comment #4
vegantriathleteI was confused. The Forum module sets the forum based on context. It is not taking care of the Group context. Perhaps patching with[#2266851] fixed this issue? I haven't dug into the details to figure it out, nor had I done a before / after test. Nonetheless, it appears things are working fine without this patch.