Skip to:
Content

BuddyPress.org

Opened 7 years ago

Closed 7 years ago

#7583 closed feature request (maybelater)

Implement an option to show Create new group button on the /members/USER/groups/ page

Reported by: olegabr's profile olegabr Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Members Keywords:
Cc:

Description

For now Create new group button is shown only on the /groups/ page. Support forums are full of confused user's requests about that. I'm one of that users.

Proposed solution: add an option in plugin settings to show this button on the /members/USER/groups/ page too.

Change History (2)

#1 @olegabr
7 years ago

Quick fix without option in settings:

plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/groups.php

14a15,16
> 		<?php do_action( 'bp_groups_directory_group_filter' ); ?>
> 

#2 @DJPaul
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to maybelater
  • Status changed from new to closed

Hi @olegabr

Thanks for getting in contact!

The screens underneath a member (if you look at the URL patterns) are intended, basically, to filter that global content to only show information relevant/owned by the specific member.

I don't know if our next template pack https://github.com/buddypress/next-template-packs has this feature implemented, but if we did decide to add this sort of thing (it'd be one of many options), that's where we'd do it.

I would say our perspective is that this is more equivalent of a theme customisation option (for site builders), which is fine, but not something we want to start introducing to the core templates at this moment in time.

Note: See TracTickets for help on using tickets.