Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AOEpeople/Aoe_TemplateHints
Advanced Template Hints for Magento
https://github.com/AOEpeople/Aoe_TemplateHints
Last synced: about 2 months ago
JSON representation
Advanced Template Hints for Magento
- Host: GitHub
- URL: https://github.com/AOEpeople/Aoe_TemplateHints
- Owner: AOEpeople
- License: gpl-3.0
- Created: 2011-05-13T20:59:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T09:10:51.000Z (7 months ago)
- Last Synced: 2024-11-14T06:00:52.912Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://www.fabrizio-branca.de/magento-advanced-template-hints-20.html
- Size: 124 KB
- Stars: 189
- Watchers: 57
- Forks: 66
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.txt
Awesome Lists containing this project
- mageres - AOE Template Hints - Extends the default Magento "Template Hints" developer functionality by adding more information for each block (Extensions / Free)
README
# Aoe_TemplateHints
[![Build Status](https://travis-ci.org/AOEpeople/Aoe_TemplateHints.svg?branch=master)](https://travis-ci.org/AOEpeople/Aoe_TemplateHints)
http://fbrnc.net/blog/2012/10/magento-advanced-template-hints-20
Aoe_TemplateHints extends the default Magento "Template Hints" developer functionality by adding more information for each block:
- shows all blocks (and not only the blocks inheriting from Mage_Core_Block_Template),
- show the cache status of blocks (cached, uncached or nested in a cached block),
- add much more useful data depending on the block type (e.g. template file or cms block-id - check the original blog post for a reference),
- cleans up the visual appearance of the template hints,
- can be triggered without changing configuration settings in the backend
- ...and is much more fun to use :)To show the template hints simply add `?ath=1` to the shop URL after installing this module. (And make sure the request IP is allowed in dev/restrict/allow_ips)
Please make sure to uninstall/deactivate the module before going live!
## PHPStorm support
Install "Remote Call" plugin