Hello,

I had the following problem

1. When you create a forum topic page the contents of the "Groups" section is not displayed , however it does select the group fine
2. When you edit a forum topic you have the problem again of not being able to see the content of the "Groups" section and when you update your post it is lost from the Group

If you experiment with lines 721-723 the following can be observed .

1. If you comment out line 723
$form['og_nodeapi']['visible']['#access'] = 0;
then you can see the group section on the create forum page

2. If you comment out lines 721/722
$form['og_nodeapi']['visible']['og_groups']['#value'] =
$form['og_nodeapi']['visible']['og_groups']['#default_value'];
then you see the correct group preselected when you edit a forum topic.

Best Regards
Paul

CommentFileSizeAuthor
#1 og_forum.patch561 bytesAnonymous (not verified)
og_forum.patch830 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

FileSize
561 bytes

Better.

--
Paul Booker
Glaxstar Inc. / Drupal Developer & Systems Administrator

Skype:: paul.booker
Mail: paul@glaxstar.com
Web: http://www.glaxstar.com

rconstantine’s picture

Status: Active » Needs review

Thanks. I may have fixed this in my copy already as it is an old bug.

Anonymous’s picture

Assigned: Unassigned »

This is interesting i am answering my own post in my position a co-maintainer (lol)

1. When you create a forum topic page the contents of the "Groups" section is not displayed , however it does select the group fine

.. This sounds to be fine .

2. When you edit a forum topic you have the problem again of not being able to see the content of the "Groups" section and when you update your post it is lost from the Group

.. This does happen now in the working copy that were currently developing

rconstantine’s picture

Status: Needs review » Closed (fixed)

@Paul

In number 2, you're saying it is still broken? I believe I addressed this with my latest email to you, right? This is technically part of an issue posted elsewhere, so I'm going to close this one.