Remove "zero notifications"
by
02 Nov 2008
Rating: (1 vote
- 5.00 average)
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"> Code:
</if> |