Closed (fixed)
Project:
OG Vocabulary
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2007 at 08:31 UTC
Updated:
7 Feb 2008 at 18:51 UTC
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
Comment #1
michaelfavia commentedExperienced 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.
Comment #2
michaelfavia commentedRETRACTION: 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. ;)
Comment #3
Leeteq commentedSubscribing.
Comment #4
moshe weitzman commented