Yep I had this also, deleted the plugin.
Deleting the plugin was not an option for my site, so thank you for the fix, @jturet (and r-a-y)! Works like a charm.
The ‘Fix’ zip file contains ALL the files from bp-group-hierarchy, btw. Just rename the extracted folder from ‘BP-Group-Hierarchy-ray-fixes’ to ‘bp-group-hierarchy’, and then replace the entire ‘bp-group-hierarchy’ directory (found in ‘plugins’) with this new directory and you’re good to go.
Awesome! I’m glad this fix includes ray’s changes mentioned here: https://github.com/r-a-y/BP-Group-Hierarchy/commit/8e205810a6c2d30c75351dfe346cdce7c2f7a214
but it did not fix the Member groups not displaying issue mentioned here: https://wordpress.org/support/topic/member-groups-not-displaying
so I applied Boris’ fix listed in that thread
Hi Namrons,
Any chance of posting a link to your combo-fix?
BTW. Noted that the latest changelog is from two years ago.
Is this excellent plugin still maintained?
@houser it’s here: https://github.com/r-a-y/BP-Group-Hierarchy/archive/ray-fixes.zip
After installing just go the the extension.php of the plugin and Replace
<?php _e(‘No member groups were found.’,’bp-group-hierarchy’); ?>
with
<?php the_widget( BP_Group_Navigator_Widget ); ?>
@namrons
Thanx a bunch, that worked perfectly, appreciate your time!
So this plugin is not maintained anymore and we patch it as long as we can and it works?
thanx again
awesome fix. THANKS !!!!
when it broke two months ago I was desperate so just took some time off.
But my BP was relying entirely on this, as its still much better than the new groups types
Hey jturet and namrons,
thanks a lot for your bugfixes!! I appreciate it a lot as my site is also build a lot on this plugin. And I’m still hoping the plugin will be maintained and updated any time again! π
TY!