Opened 11 years ago
Closed 7 years ago
#5408 closed enhancement (maybelater)
bp_is_{component}_directory new helper functions
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | needs-patch, dev-feedback, trac-tidy-2018 |
Cc: |
Attachments (1)
Change History (9)
#2
@
11 years ago
- Owner set to imath
- Resolution set to fixed
- Status changed from new to closed
In 7926:
#3
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This is fine for now, but I have a hunch we'll end up changing some of this. The _is_
function names are fine, but they overlap with rewrite rules and determining directory pages.
It's also weird to me that none of these (currently or needed to) call bp_is_directory()
.
Can we confirm whether not other places in BuddyPress would benefit from using these new functions before we reclose this ticket?
#7
@
7 years ago
- Keywords trac-tidy-2018 added
We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.
Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.
If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.
For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/
It seems weird to me that we would check
is_multisite()
when determining whether we're looking at the blogs directory. But that's probably a subject for another ticket, because what you've done here reproduces the current logic.