Show Number of Notifications
-
Hello,
I want to show forum notifications in WordPress. However, it is not possible to do as in phpBB. So I thought of doing it like this: https://i.hizliresim.com/bd3ax3f.jpgI will do the same for mobile. I will add it to the dropdown menu icon and the forum link when the menu opens.
For a private use when I’m in the forum I can display it like this:
<!-- IF NOTIFICATIONS_COUNT > 0 --><span class="blablax <!-- IF NOTIFICATIONS_COUNT > 9 -->blablaxxl<!-- ENDIF --> <!-- IF NOTIFICATIONS_COUNT > 99 -->blablaxxxl<!-- ENDIF -->">{NOTIFICATIONS_COUNT}</span><!-- ENDIF -->
In short the following code is required:
<!-- IF NOTIFICATIONS_COUNT > 0 -->{NOTIFICATIONS_COUNT}<!-- ENDIF -->
So how can I show these notification numbers in WordPress?
Thanks.
- The topic ‘Show Number of Notifications’ is closed to new replies.