Title says it all

When you go to /admin/content/node-type/[GALLERY-TYPE]/display/rss , you should be able to show/hide the cover image.

Comments

dddave’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
scroogie’s picture

This is somehow a design issue. The relationship is not a field, so you cannot choose it in the CCK rss display UI. We can, however, display the cover image in the rss by using hook_nodeapi $op = 'rss item'.

justintime’s picture

We can, however, create RSS feeds from views. Can someone test this to see if they can create an RSS style view that has cover images in it?

scroogie’s picture

You'll get a dedicated rss with that, but not the usual node content RSS, or not?

scroogie’s picture

Status: Active » Fixed

I just tried this out. The cover is already visible in the default rss.xml if you set it e.g. to teaser and have the teaser display the cover in NG settings. We cannot switch is off, thats true, but as I said this is a design issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.