Hello Microbe,

If you have the time, it would be nice to be able to choose whether to embed or not the uploaded files (by the upload.module).
I use MediaRSS for embedding an ImageField picture (media:thumbnail and media:content) but I also get a PDF embedded, which is in the uploaded files.
It's not a big problem (my partner just has to ignore enclosure tags) but I think it would be a nice improvement to your very cool module.

Best regards,
Guix

Comments

Microbe’s picture

Category: feature » bug

Ill look into it. If its currently doing it, it shouldn't be too hard to add properly.

Re-labelled it to bug though for the moment until the upload module only shows when I tell it to.

Peter

Microbe’s picture

Category: bug » feature

Looking at the code the uploaded file is put into the rss feeds by the upload module in the enclosure tag. I can't turn it off using this module so it can be handled differently without first editting the upload module, which is code freeze (i think) as it is in the drupal core.

Not exactly sure what you would like but the possibilities are:

  1. Remove all enclosure tags as an option (even if they are not from the upload.module)
  2. Set it as a possibility to add to the media:content tags but it would still show up it the enclosure tag.
  3. Do something with the CCK filefield module though.
  4. Peter

GuillaumeDuveau’s picture

Status: Active » Closed (works as designed)

Thanks a lot Peter for looking at this. I think if it comes from the upload module, the feature request belongs to core and not your module, so I'm changing the status to "by design" :)