Opened 11 years ago
Closed 7 years ago
#5473 closed enhancement (maybelater)
Activity loop param to adjust read more truncation
Reported by: | modemlooper | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | trivial | Version: | 1.9.2 |
Component: | Activity | Keywords: | needs-patch, trac-tidy-2018 |
Cc: |
Description
Suggestion to add loop param for removing truncation or adjusting length. I know there are filters but thought having ability to filter loop on demand would be neat. Set different lengths for different activity types.
bp_has_activities( 'truncate=false' ) // to remove bp_has_activities( 'truncate=140' ) // to edit length
Change History (3)
#1
@
11 years ago
- Keywords needs-patch added; 2nd-opinion removed
- Milestone changed from Awaiting Review to Future Release
#2
@
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/
I like the basic idea. Would have to play around to see how this would work alongside the existing filters in
bp_create_excerpt()