Log in

View Full Version : Remove "zero notifications"


EWGF
11-01-2008, 10:00 PM
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:
<if condition="$notification['total'] > 0">

Add at the end:
</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.

Princeton
11-02-2008, 07:12 PM
moved to articles

gutelaune
06-09-2009, 04:49 PM
thanks :)

AMcKay
06-13-2010, 10:12 PM
This is brilliant. Should be a standard feature. And to think that it actually requires LESS conditionals to be evaluated than the default.