View loses group context

Pasi - October 15, 2009 - 08:54
Project:OG Vocabulary
Version:6.x-1.0
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active
Description

After updating to 1.0 "taxonomy_term"-view loses group context.

#1

Amitaibu - October 15, 2009 - 09:07
Status:active» postponed (maintainer needs more info)

I'll need some more info about it.

#2

Pasi - October 15, 2009 - 09:21

I think this is a big problem. I am sorry if I gave too little info.

-I have "Group categories" block which displays my group taxonomy.
- I will see "taxonomy_term" view, when I click one of the terms (For example /taxonomy/term/7)
- I don't have any group context with this view. There is no "Group details" -block for example. There is nothing group related.

Previously I had the latest dev and all was good. I don't know what else info you need...

Thank you for your good work :)

#3

Pasi - October 15, 2009 - 09:47
Status:postponed (maintainer needs more info)» active

I have the latest stable versions of all my modules and core drupal

#4

Pasi - October 16, 2009 - 09:22
Priority:normal» minor

Still don't know what happened, but I got it working. I switched to "posts_by_term"-view and added a block with following PHP-code as argument:
if ($node = og_get_group_context()) {
return $node->nid;
}

 
 

Drupal is a registered trademark of Dries Buytaert.