I have a view that has an RSS Feed Selector as an argument. When I insert this view into a page, the feed icon link at the bottom of the view gets screwed up.
For example, if I just go to the page view (/band_id/shows) it will display the RSS link correctly as:
/band_id/shows/feed
But when I insert the view into another page (/node/44), the link then becomes:
/node/44/band_id/feed
Is there anything I can do about this or is it a limitation of the module? If it can't be fixed, is there a way to suppress the RSS link when inserting the view?
Thanks!
Comments
Comment #1
mlsamuelson commentedI believe this is a limitation of the module due to how views constructs the RSS link.
As a workaround, you could setup a separate view for the RSS and then just include the link for that manually either in your node along with the insert view tag, or in the "footer" section of your original view's page.
Follow up here if you have any further questions.
mlsamuelson
Comment #2
bkark commentedThanks! The workaround did the job.
Comment #3
mlsamuelson commentedGreat! Thanks for the follow-up.
Comment #4
brnnrc commentedIt also works if you remove the (optional) alias "node/feed" and create a new one:
node/feed -> view/feed.
The exposed filters work too.