public function __construct()
 {
     parent::__construct();
     $this->id = 'default';
     $this->path = 'buddypress/members/';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'default';
     $this->path = 'sitewide/';
 }
 protected function __construct()
 {
     parent::__construct();
     $this->id = 'default';
     $this->path = 'buddypress/groups/';
 }