Number of Unread PM Notifications
-
Hi,
I am showing the number of notifications with the code below.<?php global $w3all_phpbb_unotifications; if (!empty($w3all_phpbb_unotifications) && $w3all_phpbb_unotifications > 0){ echo '<span class="blablax">' . $w3all_phpbb_unotifications . '</span>'; } ?>
If I’m not mistaken, this is just like the number of notifications in the notification icon in phpBB. Also, with the same logic, I want to show the PM number if there is a PM. I know, the number of notifications includes new PMs. However, I want to show the PM notification number next to the PM icon in the menu as per design.
Can you help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Number of Unread PM Notifications’ is closed to new replies.