Re: Extending Groups Navigation
You’ve declared “display” as screen_function in your org_info_add_subnav() function.
So now, you need to create a “display()” function with some code to display your admin page.
In the skeleton component, the function you would want to look at is “bp_example_screen_one()” for hints.
—
Also is your plugin BP-aware?
https://codex.buddypress.org/how-to-guides/make-your-plugin-buddypress-aware-v1-2/