I just tried out the current cvs and there were a few places where the group context was being lost. Meaning, the group block details didn't show up, and also the generic forum links that were showing up would post forum topics that weren't getting put in the group.
So - i've rolled this patch of my mornings work that fixes this in a few places. One part of the strategy is to create a couple of new url_alias entries with every new group so that links to the generic forum pages (e.g. forum/tid and node/add/forum/tid) are now aliases to 'group aware' links (og_forum/tid/gid and node/add/forum/tid/gid). I've had to play with some of the edit[og_groups][] references as well.
Another strategy would be to mangle the links in your theme, but this one seemed more robust and easier to implement.
It also includes a rename of the default forum from 'Generic Discussion' to forum, just because I think it's better.
As I'm posting this I'm seeing the rest of the outstanding issues - I'll see if there are some of those I can contribute to as well.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | og_forum.module_2.patch | 1.85 KB | darren oh |
| #5 | og_forum.module_1.patch | 1.29 KB | darren oh |
| #2 | og_forum.module_0.patch | 5.14 KB | darren oh |
| og_forum_patch.diff.txt | 2.9 KB | adixon |
Comments
Comment #1
darren ohComment #2
darren ohHere's a proper patch.
Comment #3
darren ohDoesn't seem to make any difference. I thought maybe it required the path module, but after the path module was installed it still didn't work.
Comment #4
darren ohMarked issue 117321 as duplicate of this issue.
Comment #5
darren ohHere's a patch that works.
Comment #6
darren ohThis patch not only assigns a group to OG Forum postings, it also prevents OG Forum from taking over all the forums, which should fix issue 68108.
Comment #7
darren ohFixed in CVS commit 57472.
Comment #8
rconstantine commentedI'll see whether this can work with my updates to 5.x. A quick look tells me no, since I had other areas which needed context help (especially to get regular forums working), but I'll look closer.
Comment #9
(not verified) commented