Re: Extending Groups Navigation
It looks like the Group API does automatically add the link on the Nav under the Group–>Admin page if you set this value:
var $enable_edit_item = true;
If I set it to false, then the link in the admin for the group doesn’t appear. So, the question is once I set that to true. How do I tell the Group API which function it should use to handle the display for that item?