how can I create a block in the right column visible in all pages including the homepage without taping the module name?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: