Only one or the first "Group categories" is being displayed correctly in the respective groups but not the others. Yes, the Vocab and term correctly created acordingly.

Using "Taxonomy_Context" with an extra help of "Page specific visibility settings" using the PHP code below. This way the only the proper Vocab/terms will be displayed in respective groups.

<?php
$group_node = og_set_group_context();
return $group_node->nid == change this to group id;
?>

It seems working fine with me. Any comment on this ?

Comments

michaelfavia’s picture

Category: support » bug

Experienced same issue i think. group categories block is broken and not displaying properly. Tracked it down to the call to flatten the taxonomy items which is now returning an empty array. Tracking problem in there now. I hate recursive functions.

michaelfavia’s picture

RETRACTION: this was my mistake and the return from this function pears out the terms that havent been assigned as you would expect from a term list. ;)

Leeteq’s picture

Subscribing.

moshe weitzman’s picture

Status: Active » Closed (fixed)