Add a customizable notification bar on the top of your Magento Admin Panel. It allows you to make announcements or just leave a message for all Admin Panel users on multiple environments.
- Pull the code.
- Copy the code in your document root directory where the
/app/
folder is located. - Clear all caches and reload your Admin Panel to run the installation process.
- After installation you should see a new menu in
System > Bars
. - You should also find a record
forkel_bars_setup
in tablecore_resource
. Useselect * from core_resource where code = 'forkel_bars_setup';
Add
,edit
ordelete
notification bar for multiple server.- Display each notification bar for a specific admin user role.
Disable
/Enable
notification bars.
The functionality can be used in the backend section System > Bars
.
If you have any issues with this extension, open an issue on Github. For a custom build, please contact me on http://www.tobiasforkel.de.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Follow me on GitHub and Twitter.
===== 1.0.3 =====
- Replaced "hostname" with a execution environment variable dropdown
- Added SERVER_NAME as a default
- Added style.css for notification bar
- Added configuration tab in System > Configuration
- Fixed wrong translation xml path
===== 1.0.2 =====
- Wrong XML syntax in bars.xml.
- Simplified main.js with pure JavaScript. No Prototype anymore.
- Minimized main.js
- Hide bar until DOM is loaded.
===== 1.0.1 =====
- Display each notification bar for a specific admin user role.
===== 1.0.0 =====
- Initial version of this module