Re: Adding Subnav Link to Group Pages
I’m not sure why bp_get_group_id() wasn’t working in the above function, but this works instead: $bp->groups->current_group->id
That still leaves these questions:
1. Is there a simpler way to add an external link to the Group Subnav menu than the code above?
2. Can you pass variables into the “screen_function” that the nav calls?