I'm using audio.module on Drupal 5 RC2 and it drops an orange RSS icon at the bottom of every page (even admin pages) with a link to sitename/audio/feed. I'd like to be able to turn the audio RSS feed off anyway as I'm using Views to show the audio RSS.
Comments
Comment #1
drewish commentedhumm, that might be a views bug, because for the last few weeks all the audio feeds have been done by views. you might check that you're not duplicating an existing feed view...
Comment #2
talltim commentedHuh. I just checked on another machine and it seems to have gone away.
From memory, what I saw on the custom view I created to show a list of audio nodes was two orange RSS icons at the bottom - one to sitename/viewpath/feed and the other to sitename/audio/feed. On all other pages the RSS icon would appear with a link to sitename/audio/feed.
I'll do some more checking and see if I can make the problem appear again.
Comment #3
drewish commentedokay good to hear. feel free to reopen this if you run into it again
Comment #4
(not verified) commentedComment #5
Gurpartap Singh commentedStill experiencing this problem. The audio/feed feed button appears on 'every' page! Somewhere double buttons. No custom view or anything.. Just default install on fresh Drupal 5.1 installation. Someone also reported in forums on http://drupal.org/node/136389 it's lots tricky to find out what's culprit in this..
Comment #6
DarrinRich commentedThis is what I ended up doing that corrected it.
I went to administer>sitebuilding>views. I didnt have an option to edit the audio view which I believe was put there by the audio module. I clicked on the add button to the right of it.
I scrolled down to the Arguments. In there was an argument type "RSS: RSS feed selector" and the under default it was selected to display all values. I just clicked on delete button to delete that argument and saved. It creates another view without that argument which overrides the previous view.
I dont know if thats the correct way to handle it, but it seemed to work for me.
Comment #7
drewish commentedthis seems like a views bug. it doesn't affect the 5-dev or 5-1-6-beta4 snapshot but it does affect 5-1-5 release. upgrade to the 1-6-beta release.
Comment #8
drewish commentedmarked http://drupal.org/node/138279 as a duplicate
Comment #9
(not verified) commented