If a group has been updated, and then visited, drupal still thinks that it has not been visited. This problem only occurs when your group homepage is set to be a panel, and it is published.

My guess is that this happens because when the og panel page overrides the group default page, the code that tells drupal that the group has been visited is bypassed.

CommentFileSizeAuthor
#3 og-244619-5x72.patch743 bytesmicahw156

Comments

moshe weitzman’s picture

Status: Active » Fixed

fixed. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

micahw156’s picture

Version: 5.x-6.0 » 5.x-7.2
Status: Closed (fixed) » Needs review
StatusFileSize
new743 bytes

I am now seeing the same problem running og 5.x-7.2 with panels 5.x-2.0-beta3. Group nodes are not getting marked as read, and the feed parameters are not correct.

I took a look at the April CVS change for this issue to identify where this is handled, and I think the solution is to change $nid and $node->nid to $group_node->nid as it appears in other parts of the og_panels_page function.

I've attached a patch against 5.x-7.2 for review.

Micah

moshe weitzman’s picture

Status: Needs review » Fixed

good catch. committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.