Hello,
Is there simple way to disable attached file listing in RSS Feeds?
I do can control RSS visibility for CCK fields for example, but attachments are visible regardless the fact I select "Title only" in RSS settings!
After some searching I believe I can do some modifications for RSS output using:
* Views and custom template to regexp-out unnecessary output of $description.
* Contemplate - write custom template for node RSS output.
But I do not really like idea to store templates in database or using regexp for changing content...
Also there are "Display Suite" API, but looking at implementations for Drupal 6 I can't find hints about modifying RSS...
Are options/modules for better RSS configuration (not explicit theming)? Maybe I missed something trivial?
Thanks!
Comments
=-=
you don't have the store contemplate templates in the database. You can place in tpl.php files
however, views.module lets you create an RSS display which can be used to replace the existing display. In the new display choose not to to display the attachment by not selecting the attachment filed for inclusion in the view.