https://github.com/technodelight/zenc-adminmessage
Display custom static notifications in the Magento admin panel
https://github.com/technodelight/zenc-adminmessage
Last synced: 7 months ago
JSON representation
Display custom static notifications in the Magento admin panel
- Host: GitHub
- URL: https://github.com/technodelight/zenc-adminmessage
- Owner: technodelight
- Created: 2015-04-20T16:40:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T17:03:54.000Z (about 11 years ago)
- Last Synced: 2024-12-28T17:27:53.968Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zenc-adminmessage
Display custom static notifications in the Magento admin panel
## INSTALLATION Via Modman - Recommended (https://github.com/colinmollenhour/modman)
#### 1) Install Modman:
```
bash < <(wget -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)
```
or
```
bash < <(curl -s https://raw.github.com/colinmollenhour/modman/master/modman-installer)
source ~/.profile
```
#### 2) Install Zenc AdminMessage
cd [magento root folder]
modman init
modman clone https://github.com/technodelight/zenc-adminmessage.git
- Make sure you've cleaned Magento's cache to enable the new module; hit refresh
- If you were logged in to the admin panel, log out and log in to clear your ACL from cache
#### How to update
modman update zenc-adminmessage
- Clean Magento's cache to make sure new changes will be enabled.
- Run setup scripts with n98-magerun
## License
Module is licensed under the OSLv3 License, details are available at http://opensource.org/licenses/OSL-3.0