When I add a Feed View to a specific view and configure its path to be e.g. test/rss, then the RSS button on the respective page links to http://www.myhomepage.com/test/rss, which produces a 404 error. The correct path would be http://www.myhomepage.com/?q=test/rss, which is also correctly linked to when i click the "View Feed" link in the upper left while configuring the view. But the button that is created on the page always has an incorrect link.
Best regards,
Tobi
Comments
Comment #1
supertoilet@alldrupalthemes.com commentedThat is "View Feed" Link in the upper right, not upper left, sorry
Comment #2
merlinofchaos commentedOk, I checked in a fix for this. Thanks!
Comment #3
supertoilet@alldrupalthemes.com commentedWow, that was fast... ;) Thanks, keep up the great work!
Comment #4
Pedro Lozano commentedI was just wondering why don't you run all return values of get_url() throught url() before returning them. I've tried it and seems basic functionality keeps working fine, fixes the feed url issue, and maybe makes views more compatible with clean urls?
Comment #5
merlinofchaos commentedThe theory is that there are cases where I need the raw url. I haven't really studied to see how it's being used if there is ever a point where I do. I know that sometimes I want to make sure that filter inputs are retained.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.