The Arcive of vBulletin Modifications Site. |
|
|
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"> Code:
</if> |
|
#2
|
||||
|
||||
|
moved to articles
|
|
#3
|
|||
|
|||
|
thanks
|
|
#4
|
|||
|
|||
|
This is brilliant. Should be a standard feature. And to think that it actually requires LESS conditionals to be evaluated than the default.
|
![]() |
|
|