Posted by talltim on January 12, 2007 at 4:01pm
Jump to:
| Project: | Audio |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
humm, 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...
#2
Huh. 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.
#3
okay good to hear. feel free to reopen this if you run into it again
#4
#5
Still 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..
#6
This 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.
#7
this 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.
#8
marked http://drupal.org/node/138279 as a duplicate
#9