Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#3650 closed defect (bug) (fixed)

Notifications appear for inactive components

Reported by: slaFFik Owned by:
Priority: normal Milestone: 1.6
Component: Toolbar & Notifications Version: 1.5.3
Severity: normal Keywords:
Cc:

Description

I have "Notifications (1)" for ages already - without the ability to recount them of just delete that wrong number(screenshot). So some row in notifications table exist, but no associated content with it.
That appeared after some huge BP.org refactoring.

I would be really thankful if you gave any ability to recount notifications.

I don't see the need of plugin for this, so that's why just a ticket here...

Change History (4)

#1 @boonebgorges
15 years ago

  • Milestone Awaiting ReviewBuddyPress.org

#2 @r-a-y
15 years ago

It's probably the BP Followers plugin; it hasn't been updated yet.

#3 @johnjamesjacoby
14 years ago

  • Component BuddyPress.org WebsiteNotifications
  • Milestone BuddyPress.org1.6
  • Summary Notifications counts are wrong (for someone)Notifications appear for inactive components
  • Version 1.51.5.3

When a component is deactivated and notifications still exist, we still attempt to show its notifications in the toolbar. This poses a problem as the active component callback doesn't exist, yet BuddyPress still attempts to process it in the return value.

#4 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [5680]) Clean up notifications code, and prevent notification for inactive components from appearing. Fixes #3650.

Note: See TracTickets for help on using tickets.