`I uploaded this module and my image field images still appear as links to the images in my feed view

what do i need to do

Comments

kbasarab’s picture

If you are using CCK you need to have Imagefield, ImageAPI and Imagecache enabled in order to see the correct options for the Media RSS Style plugin. This took me a little while to figure out until I looked at the code.

The .INFO file doesn't require those dependencies.

Microbe’s picture

This module uses Views to create the specific RSS feeds, If you want all feeds to be changed (as I think you are suggesting) then use the 6.x-1.x version.

The .INFO file doesn't require those dependencies.

The reason imagefield and imagecache are not dependencies is because you can use the image module instead/as well