Re: Custom URL’s
looks like a number of those values are hard-coded in the group component… such as:
if ( $bp->current_component == $bp->groups->slug && 'group-settings' == $bp->action_variables[0] ) {
looks like a number of those values are hard-coded in the group component… such as:
if ( $bp->current_component == $bp->groups->slug && 'group-settings' == $bp->action_variables[0] ) {