Hello everybody.

First, thanks for your work :)

Second, i have got a problem with views. With the use of imagecache i should select on the view with which imagecache preset display a specific image field.

But it doesn't work. My view is a view of teaser, and the image is displayed with the preset that i selected into the "content type" teaser option.

I don't understand how to "overwrite" the content type setting with my personal view setting.

Thanks.

Comments

jyg’s picture

Wow, I'm having a hard time understanding you... so I'm going to take a wild guess: it sounds like you need to do some custom theming for your View. Since you are using Drupal5 (going by the version of ImageCache you are using) I would suggest you use the Views Theming Wizard to generate stubs for your theming functions and take it from there. This will enable you to overwrite the theme of the View.... though if you need more help, this is a Views question now and should probably be handled by that project.

dopry’s picture

Status: Active » Closed (works as designed)

handlers only affect fields if you are displaying a list or a table... the teaser or full node views will use what is on the display settings page. go read the help text on the views pages and the views docs.