tree-loop inside member groups list! help-me please.
-
Hello, Hierarchy is a great plugin, thanks!
I’m trying to put group tree inside member groups list, like this shot:
https://humorzao.com.br/problem.jpgi’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.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘tree-loop inside member groups list! help-me please.’ is closed to new replies.