Remove "zero notifications"

This tutorial reduces the number of notifications in your navbar. When your only notification is one unread personal message, you will also see that you have zero friend requests, zero visitor messages, etcetera. With this particular situation, you will only see one unread personal message after this tutorial.

Go to Style - Navigation/Breadcrumb templates - navbar_notifications_menubit

Add at the beginning:

Code:
<if condition="$notification['total'] > 0">

Add at the end:

Code:
</if>

Although not necessary, you could remove the other if's in this template as they aren't needed. Please click "install" if you have find this tutorial usefull.
 
Back
Top