To avoid users to manually insert mp3 files in a file field or other, I wrote some code to extract mp3 url on saving and put them in a field_hidden_text from the Field Hidden module.

The problem with views_rss was that it didn't have support for field_hidden_text. So I added it in the views_rss code and things went good.

So I send a patch I made.

PS : I didn't succed apply the patch on my computer.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Inoubio created an issue. See original summary.

Mister Vandenweb’s picture

Hello,

Did somebody checked this ?

DamienMcKenna’s picture

Version: 7.x-2.0-rc4 » 7.x-2.x-dev
Assigned: Mister Vandenweb » Unassigned
Status: Patch (to be ported) » Needs review

Thanks for the feature request, and for providing a patch.

FYI the correct status when you upload a patch is "needs review", that starts the testbot and lets other people know that there's something to review.

OTOH the "patch (to be ported)" status means that there's an existing patch for one branch and it needs to be ported to another branch.

It's also worth noting that the "assigned" field is for indicating that you're actively working on the issue, it's not for indicating you worked on it for the purposes of attribution, the maintainer handles that through the "Credit & committing" section of the page.