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.
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
Comment #1
dddave commentedComment #2
scroogie commentedThis 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'.
Comment #3
justintime commentedWe 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?
Comment #4
scroogie commentedYou'll get a dedicated rss with that, but not the usual node content RSS, or not?
Comment #5
scroogie commentedI 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.