Hello, Hierarchy is a great plugin, thanks!
I'm trying to put group tree inside member groups list, like this shot:
http://humorzao.com.br/problem.jpg
i've put the code:
<div id="groups-dir-list" class="groups dir-list">
<?php
$loop_template = apply_filters('bp_located_template',locate_template( array( "tree/tree-loop_single.php" ), false ), "tree/tree-loop_single.php" );
load_template($loop_template);
?>
</div><!-- #groups-dir-list -->
and loaded the css + js of hierarchy at header.
its works, but not listing child groups when i click at [+], always list the current group!
i think the problem is bp_ajax_querystring( 'tree' ), but i cant figure it out..
can you helpme?
what i need to change to display correct child groups?
thanks!
you plugin is awesome.