Opened 9 years ago
Closed 7 years ago
#6564 closed enhancement (maybelater)
Permalink into single private message.
Reported by: | Jessy Marco | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Toolbar & Notifications | Keywords: | trac-tidy-2018 |
Cc: |
Description
bp_get_the_notification_description() output url directly into message, it would be nice to have a buddypress tag just for permalink into message in the loop.
Thank you.
Change History (6)
#1
@
9 years ago
- Keywords reporter-feedback added
- Milestone changed from Awaiting Review to Under Consideration
#2
@
9 years ago
I will try that :)
Check the template tags for notifications.
Let say I want to customize the name of the link of the notification. I can not, because
bp_get_the_notification_description()
output whole link.
We need url of the action and then place there name of the link based on the action. It will help a lot in my opinion.
#4
@
8 years ago
- Keywords reporter-feedback removed
- Milestone changed from Awaiting Review to Future Release
#5
@
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/
Hi Jessy,
Thanks for creating this ticket and for taking the time out to make the recommendation. Can you clarify a bit exactly what you'd like to see, or feel is missing? We have quite a few functions for various purposes, and between messages and notifications it's easy to get a bit lost in all of it.
For instance, we do have the
bp_get_message_thread_view_link()
function for returning the URL to a single private message thread, but you'll need to know the thread ID first to get it.Let us know, and we're happy to look into this for you.