Changes between Initial Version and Version 1 of Ticket #5504, comment 4
- Timestamp:
- 10/27/2015 10:36:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5504, comment 4
initial v1 1 1 Hi @SGr33n thanks for your feedback. 2 2 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 activit yare 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()`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 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()` 4 4 5 5 I have an idea about a possible "fix", will come back later on this ticket.