Remove Annoying Magento Notifications on Administration Panel

annoying notification for admins

Every time you log into Magento you will get greeted with unread notifications. It’s incredibly annoying when developing, and it doesn’t really provide much for clients. It’s awkward. It’s unnecessary. Let’s remove it.

Remove The Admin Notifications Block

The  notifications are actually part of a core block named Mage_AdminNotification. You can disable it in three steps:

  1. Go to System -> Configuration
  2. Under Advanced in the left sidebar, go to Advanced
  3. Disable Mage_AdminNotification and save

disable admin notification

And that’s it! You’ll never be bothered with the notifications again.

Discussion

Leave a Reply