Opened 8 years ago
Last modified 8 years ago
#7085 new defect (bug)
Can't easily disable the bp_groups_members_filter as of 2.0.1
Reported by: | garrett-eclipse | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Members | Keywords: | |
Cc: |
Description
Hello,
I'm migrating my templates to the latest for a Buddypress upgrade and realized that the item-list-tabs for the members loop has been moved out of the groups/single/members.php file into the bp_groups_members_template_part function.
In my members.php template I'd commented out the bp_groups_members_filter() function call to remove this filter.
Now as it's not within a template file it's no longer easy to disable. I can hide it aesthetically but am unable to remove it as I'd done previously.
Would love something to be introduced to easily toggle this off be it an option or a filter check.
Thank you
Yes, we'll get these template parts in the non-template files moved into the theme at some point in the future so we won't have this problem. I don't think we'll make a change for this in the short/medium term.