How to fetch notifications into dropdown for Buddypress?
-
Hi all,
So I was wondering if this is possible.
I have this in my code:
<?php echo bpfr_add_notification_to_page_title($title); ?>
This gets the notification amount. What I want to do, is that when I hover or click on it, it should show me WHAT the notifications are.
Just like the widget here: https://buddydev.com/plugins/buddypress-activity-comment-notifier/
Or when using Buddypress, you can see the actual notifications in your /member/ page…
I want to fetch that and put that data into a dropdown, but I don’t know where to start.
For example, I see this:
“test commented on your post: test test”
I want to see that message in my dropdown.
Is this possible?
- You must be logged in to reply to this topic.