rockstardev
rockstardev

Reputation: 13527

Views, blocks and template?

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.

Upvotes: 1

Views: 3378

Answers (1)

Pascal MARTIN
Pascal MARTIN

Reputation: 401022

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.

Upvotes: 5

Related Questions