Description link does not display
-
Please change this in bpge-loader.php on about line 25 from:
`if( isset($bp->groups->current_group->extras)){`
To:
`if(! isset($bp->groups->current_group->extras)){`A link will then show up in the group under the avatar to see the description. Current group extras could not be set by then because that if statement sets it.

You must be logged in to reply to this topic.