Changes between Initial Version and Version 1 of Ticket #5148, comment 10
- Timestamp:
- 11/06/2013 06:34:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5148, comment 10
initial v1 12 12 13 13 > The log might grow big so notifications might need to be paged. So {{{ bp_core_new_subnav_item() }}} might be needed. 14 Attached patch introduces two notifications screens: Unread and Read. This should help with both the logging of events, and providing a more robust interface to see individual notifications, rather than lumping them all together like we do now.14 Attached patch introduces an extra method for getting paginated notifications on two notifications screens: Unread and Read. This should help with both the logging of events, and providing a more robust interface to see individual notifications, rather than lumping them all together like we do now. 15 15 16 16 > Hopefully i'm not way off with my thoughts on this one. Just thought i'd throw an idea into the mixing pot.