I have a block view called: “MYVIEW”
And I have a region on my template called: “right”.
What must I call the template file to edit this?
The following does not work.
- block-MYVIEW.tpl.php
- block-right–MYVIEW.tpl.php
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.
When you are editing a view in Drupal’s administration, you have something like “Thème: Informations” (my install is in french, so it might be a bit different for yours) in the section of the screen that correspond to “base parameters” (same remark) ; it’s the section of the left of the screen, and that entry is near the bottom of the options you can configure.
If you click on the “informations” link, it will display a list of all names you can use for templates files related to that view ; you mimght way to try using one of those 😉
The module Theme developper might also help you with that kind of stuff, btw.