how can I create a block in the right column visible in all pages including the homepage without taping the module name?
Thank you.
feedback
|
|
Hoping to have understood well your question... 1) Create a module (for example Mynamespace/Mymodule) 2) Create a block in your module (for example Mynamespace/Mymodule/Block/Myblock) 3) Create a phtml file for that block (YOURTHEMEDIR/template/mymodule/myblock.phtml) 4) Edit config.xml of the module "Mymodule" so that it will load a layout update file (YOURTHEMEDIR/layout/mymodule.xml):
5) Inside your mymodule.xml put something like this:
| ||||
|
feedback
|