Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5504, comment 4


Ignore:
Timestamp:
10/27/2015 10:36:45 PM (9 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5504, comment 4

    initial v1  
    11Hi @SGr33n thanks for your feedback.
    22
    3 I think i see what's happening here. When you click on the admin bar, you display the page site.url/members/username/activity/mentions. In this page only 20 activity are displayed because the default activity `per_page` loop parameter is 20. But when this screen is displayed, we are using a function to clear all new_at_mention notifications using `bp_activity_remove_screen_notifications()`
     3I think i see what's happening here. When you click on the admin bar, you display the page site.url/members/username/activity/mentions. In this page only 20 activities are displayed because the default activity `per_page` loop parameter is 20. But when this screen is displayed, we are using a function to clear all new_at_mention notifications using `bp_activity_remove_screen_notifications()`
    44
    55I have an idea about a possible "fix", will come back later on this ticket.