Closed (duplicate)
Project:
OG Forum
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2006 at 00:29 UTC
Updated:
21 Feb 2007 at 05:11 UTC
When creating a forum topic, all groups and associated terms are displayed in the "Foums" dropdown selection box. Obviously, this selection should be limited to said group's forum. I guess if you were creating a forum topic through create content > forum topic, it would be a little different, but creating a topic through the group block should automatically select and display only that group's forum.
Comments
Comment #1
jo1ene commentedrelated:
http://drupal.org/node/72175
Comment #2
jo1ene commentedComment #3
jo1ene commentedThis leads me to believe that one SHOULD NOT be able to see all groups' forums and therefore this is a bug.
Comment #4
jo1ene commentedIn:
function og_forum_db_rewrite_sql
If you change:
static $og_vocab = FALSE;
to:
$og_vocab = FALSE;
This issue is resolved for the "create forum topic" link int he group menu.
If you navigate to the forum first from the group menu, we still ahev a big issue with all categories being displayed for all groups.
Comment #5
Natalie@drupal.ru commentedYes, that's a much needed issue.
Comment #6
Natalie@drupal.ru commentedAlso, your patch makes a forum creation node to show only the current group forum, but not the other groups you're subscribed to. Ideally, it should show all available depending on your subscription.
Comment #7
Steel Rat commentedThis is an important bug for me. Trying to setup a Role-PLaying site, and groups need to be totally encapsulated. Right now non group members can post content to a group forum, even though the audience isn't the group in question, it still clutters up someone else's group.
I don't think group forums should show in Create Content>Forum post, unless you're a subscriber to the group.
Comment #8
fax8 commentedin my multiple forum patch (http://drupal.org/node/68295#comment-128397)
I did a work around for this problem.
I changed
to
Comment #9
darren ohComment #10
darren oh