It looks like forum posts don't show up in the forums themselves. They show up in the river of news but not in their associated forum.

Comments

rconstantine’s picture

You are probably using the forum_access module, which you cannot do when using this module.

shane birley’s picture

I wish that was true, but I am not using the forum access module. The posts do not appear anywhere in the og created forums. I have replicated this on two fresh Drupal 5.6 installs.

rconstantine’s picture

Did you apply the patch to OG as mentioned in the README? Does your og_term table exist? Is this a new install or an upgrade? Did you run update.php if an upgrade? Do you have php5 at least? Give more detail of your setup.

shane birley’s picture

* Did you apply the patch to OG as mentioned in the README?

Yup!

* Does your og_term table exist? Is this a new install or an upgrade?

Checked! Yup!

* Did you run update.php if an upgrade?

Wasn't an upgrade.

* Do you have php5 at least?

Yup!

I will do another install this week and document my exact steps and post them here. Perhaps I am missing something or the documentation needs a bit more detail at some point.

rconstantine’s picture

Check the closed issues here in the queue. This may have come up before. I seem to recall seeing that at some point, but can't remember the conditions. Report on your OG settings and your og_forum settings as well, preferably with a ScreenGrab! (a FireFox plugin) screen shot in FireFox.

gandhiano’s picture

StatusFileSize
new160.8 KB
new97.66 KB

I have the same problem. Users that don't have administration privileges (over forums, I suppose) post to the forum but the audience does not get set (it is selected when it's posted). Checking og_ancestry shows that the corresponding entry is there, but group_nid is 0.

I attach two screenshots of og + og_forum settings.

rconstantine’s picture

I think the 'Private groups' section in the OG settings is new and I have not upgraded to a version that has that. I think I'm running 4.1 if memory serves me. That might be the problem. Try degrading to 4.1.

Another thing to try is changing audience to required. I thought that it works both ways, but now I am doubting.

gandhiano’s picture

Since downgrading is not an option for me at this point, I tried changing the audience to required. It did not change the behavior.

Any clue or any suggestion for a fix, having in mind that only users without forum administration permissions have this problem? With roles that have forum administration permissions (from the forum module) the audience stays set. It is also NOT working when the role has the permission admin own group forum, of the og_forum module.

gandhiano’s picture

Any developments on this issue? I had to stop using this module, but actually it's something we quite need in our organisation and I didn't find any other suitable replacement. Is there any more hints I can give on the issue, or maybe some help (though my PHP is probably very much below what would be required to find a fix for the issue)

rconstantine’s picture

I have been super busy with work and not able to address this issue yet. However, og_forum is getting what attention I can spare and so this issue will be addressed as soon as I can.

Anonymous’s picture

I can 't replicate this problem , sorry .

Anonymous’s picture

Assigned: Unassigned »
rconstantine’s picture

Can any of the original posters let us know if they are still having problems with all of the latest modules?

@Paul

When posts like this get old and I can't duplicate the issue, I post a 'warning' message that I will close the issue if I don't hear back, and I mark it as "active (needs more info)" so I can easily find it. I usually give them two weeks to add another comment.

Anonymous’s picture

Title: Forum Posts by members of a group don't appear in the forum container/list? » [MORE INFO] Forum Posts by members of a group don't appear in the forum container/list?
Status: Active » Postponed (maintainer needs more info)

@Ryan

Understood , thanks

Anonymous’s picture

Title: [MORE INFO] Forum Posts by members of a group don't appear in the forum container/list? » [AWAITING MORE INFO] Forum Posts by members of a group don't appear in the forum container/list?
corprew’s picture

I can reproduce this problem.

drupal: 5.9
OG F: 5.x-2.1
update: run.

corprew’s picture

also: not using forum access module.

do have two sites on same install in usual fashion.

the site is http://groups.grid.org, in case looking through a user perspective helps.

corprew’s picture

Title: [AWAITING MORE INFO] Forum Posts by members of a group don't appear in the forum container/list? » Forum Posts by members of a group don't appear in the forum container/list?

I've created a test organic group, and given it forums. I'm leaving off the table prefix in each of the tables.

for a node '1000197' not appearing in a forum...

the following tables seem to have the right rows/keys in them:
'term_node'
'term_data'
'node'

'node_access' has
"nid";"gid";"realm";"grant_view";"grant_update";"grant_delete"
"1000197";"0";"all";"1";"0";"0"

og_term has a row linking the group and term (for the forum).

Anonymous’s picture

Version: 5.x-2.1 » 5.x-2.x-dev

Apologies , can you reproduce this problem with the development snaphot ?

corprew’s picture

I have reproduced the problem with the development snapshot.

Anonymous’s picture

"It looks like forum posts don't show up in the forums themselves. They show up in the river of news but not in their associated forum."

I could see a problem of this nature for forum posts that were submitted to a group (prior to installing and configuring OG Forum) with a predefined category term. I was able to add these posts to the forum list by editing the post and applying the category term.

@Ryan
Any thoughts captain ?

Anonymous’s picture

Assigned: » Unassigned
corprew’s picture

@paul.booker I've checked the right categories for posts at the drupal interface and db level. I can dump the relevant data if you think that'll help.

corprew’s picture

Status: Postponed (maintainer needs more info) » Active

Okay, I've found what appears to be the problem.

The 'forum' table doesn't seem to be getting an insert for items in organic group forums. I can force the items to appear by manually inserting a table into [drupalinstallprefix]_forum.

I think this means that the forum_update() and forum_insert hooks in forum.module aren't getting run, as that's where that gets inserted/updated. I've searched for forum_insert and forum_update in my codebase and couldn't find one, so that doesn't seem to be the problem.

Anyone have any suggestions?

Anonymous’s picture

I'll have to refer you to someone with more experience of this module

@Ryan
Can you suggest any advise ?

Paul

eammae’s picture

hello.. is there anymore updates with regards to this issue? any fix?

Anonymous’s picture

Status: Active » Closed (fixed)

To try and squash as many bugs as i can as quickly as possible i m going to close this bug as it has not been active for some time and would take me some time to read and digest again in its entirety.

If there is something that is discussed in this bug report that still needs to be addressed , would you please open a new ticket and make you case afresh .

Thanks for your support and understanding.

Paul.