[buddypress-trac] [BuddyPress Trac] #6057: Comment notification NOT notified
buddypress-trac
noreply at wordpress.org
Thu Dec 11 17:58:40 UTC 2014
#6057: Comment notification NOT notified
---------------------------+-----------------------------
Reporter: sebacar | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Notifications | Version: 2.0.3
Severity: normal | Resolution:
Keywords: needs-patch |
---------------------------+-----------------------------
Comment (by imath):
I've explored it more deeply. Building the notifications process is not a
big deal, but the problem is : what should be the link of the notification
in the WP Admin Bar if more than one comment/reply are added to more than
one activity.
eg: {{{ __( 'You have 4 new replies to one of your updates', 'buddypress'
)}}}
We cannot use the activity permalink as, more than one activity can be
involved and we currently do not provide a member's activity subnav to
list all replies that were added to the displayed member updates.
If you take the @-mention notifications for instance, in case the user
received one or more mentions, the link is not the activity permalink but
the member's mentions subnav
I don't think multiscope activity queries can be helpful. As an example of
suggestion i've build this [https://github.com/imath/bp-activity-replies
plugin] to create a new "replies" member subnav and the notifications.
But:
a) the query i'm using to get the replies would surely need some
improvements.
b) i'm not sure we want to add a new member's subnav to list all replies
I think before building the patch, we need to choose the best way to
handle the case when {{{$total_items > 1}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6057#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list