Opened 12 years ago
Closed 7 years ago
#4361 closed enhancement (maybelater)
Hardcoded Paragraph Tags Causing Limitation
Reported by: | frank13 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.6 |
Component: | Extended Profile | Keywords: | trac-tidy-2018 |
Cc: |
Description
I am modding the profile-loop.php template in Member's Profile. The bp_the_profile_field_value();
function call echo returns hard coded p-tag containers around the returned value.
This restricts me from being able to do some "in-line" displays from my modding. My displays are forced to a new line.
Nice to have would be to move the paragraph tag container to the template and not have them buired inside the function call.
Thanks for considering.
Change History (4)
#1
@
12 years ago
- Component changed from Core to XProfile
- Milestone changed from Awaiting Review to Future Release
#2
@
8 years ago
I think we should mark as won't fix, this should be removable with
remove_filter( 'bp_get_the_profile_field_value', 'wpautop' );
#3
@
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's hooked to wpautop. Moving to future release for investigation.