Closed (fixed)
Project:
FlashVideo
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2009 at 11:22 UTC
Updated:
12 Aug 2009 at 17:20 UTC
I'm pulling my hair out trying to remove the link to the media file (output flv file) from my RSS feeds for my video content type.
I've tried excluding it, setting it to hidden, nothing works, I always see this:-
Node title
Submitted info
SnippetMedia files
summer-flowers-in-the-wind_1112.flv (Flash video, 659 KB)
How can I remove the Media files link as I don't want people directly being able to download the flv files from their feed readers without going to my site.
The reason I'm putting it in the flashvideo issue queue is because on ALL my other content types I can do this, it's just flashvideo who seems to be ignoring my RSS display settings.
Comments
Comment #1
NeilPorter commentedIs this only happening to me then? No one else?
Comment #2
attheshow commentedFixed in version 6.x. We needed a break; statement. Also, I've set it to where this code only runs if you're NOT use the FileField integration. ...since CCK gives you the option of what you want to display in your RSS output.
Comment #3
NeilPorter commentedHi Mark, thanks for your all your effort on this module.
However, as you correctly point out, I am using the CCK filefield for my videos, and I've just installed the latest dev release of flashvideo and the output flv is still showing in my RSS feed despite me setting it to be < hidden > and ticking 'Exclude' in the RSS display fields options.
Comment #4
attheshow commentedI'm worried that you might have downloaded it prior to the Drupal.org packaging script packaging it up. Can you please open up the flashvideo.module file and look around line 2422 for the comment:
// Only need help with RSS if they're using the core Upload module.And confirm that it's there?
Comment #5
NeilPorter commentedYou were correct, I must have downloaded the latest dev version too quickly, before the packaging script had actually packaged it up to the latest.
I've just re-downloaded it and the line was there. I've tested it and it works fine now, so I've marked this as fixed.
Sorry for the trouble, you've got the patience of a saint! Thanks again.
Comment #6
attheshow commentedHaha, I'm not sure about that, but thanks for the compliment. And thanks for testing the change!