multiple notifications problem
-
Hi, got a strange problem here with notifications; in my custom component.
-in wp-admin; I run a function that publish items and sends notifications to its creator.
The notifications are saved in the notification table :
(28, 3, 23, 0, ‘classifieds’, ‘classified_published’, ‘2009-09-30 15:44:24’, 1),
(29, 3, 26, 0, ‘classifieds’, ‘classified_published’, ‘2009-09-30 15:44:25’, 1);
But when I log in buddypress;
Only the first (ID#28) notification is shown…
I checked the table after having logged in, the 2 notifications are still in the table so it is not deleted…
Maybe it can display only one notification by component_action ?
Any idea ?
Thanks
- The topic ‘multiple notifications problem’ is closed to new replies.