I don't understant why if I say to the view to use a specific preset from imagecache, the view show the preset definet into the "content types" section.

Please help me!

Comments

dnewkerk’s picture

Are you sure that you are looking at the View when you note that it is using the preset you chose in the "content types" section? There is no way for Views to get and use the type from "content types". It will display the raw field by default, or using a formatter specified by you within Views - it doesn't care what you set it to for the content type. The Display tab for the content type only affects the output of the node itself.

It sounds to me like "maybe" you have forgotten to switch your View Type to List View or Table View. If you leave it as Teaser List or Full Nodes, then it will output Drupal's normal "node view" of the content, and will completely ignore any field-related settings you make in Views (e.g. your imagefield and its different formatter).

-- David
absolutecross.com

alexic’s picture

After a lot of tries, i realized that.

If I choose teaser or full nodes view, i get the settings that i set into the "content type" settings page.

If i choose anoter view type, i can choose which preset to apply.

I solved by creating another plugin style and i modified it to fit my needs.

Please excuse me for my bad english :D