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 |
Jump to:
Description
After updating to 1.0 "taxonomy_term"-view loses group context.

#1
I'll need some more info about it.
#2
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
I have the latest stable versions of all my modules and core drupal
#4
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;
}