PDA

View Full Version : Navabr Notifications Menubit


induslady
10-16-2014, 08:29 AM
Hello,

Below are the items shown in notification list

Unread Private Messages
Incoming Friend Requests
Requests to Join Your Social Groups
Invitations to Join Social Groups
Unread Picture Comments
Picture Comments Awaiting Approval
Group Messages Awaiting Approval

I want to customize the list, like including a new one and removing a few. How do I do it, any help?
Thanks in advance.

squidsk
10-16-2014, 03:22 PM
Check out https://vborg.vbsupport.ru/showthread.php?t=286095 which gives a basic setup for how to do this.

kh99
10-16-2014, 03:24 PM
Look at function build_notifications() in file includes/class_bootstrap.php. It looks like you could have a plugin using hook location notifications_list and modify the $notifications[] array. I can't remember offhand how it works, but I believe if you add a notification, there should be a value added to $vbulletin->userinfo[] with current the number of notifications.

Edit: squidsk posted while I was writing, but anyway, I thought I once knew how to do it.