I have tried to "attach" a feed to a block and it is not working.

Namely:

a) It does not seem to pick the "argument" right while building the link (say, it should point to /feeds/local/2905/dados.kml - where 2905 is the node nid - but instead I am getting /feeds/local/%25/dados.kml

b) It does not include the image path within the < a > tag, so it is an "invisible" link anyway.

This is what I have for the feed path: feeds/local/%/dados.kml

A similar configuration works fine while attaching a file with the "Export" (to CSV etc) module provided with "Views Bonus Pack".

Comments

hvalentim’s picture

PS: If I manually go to /feeds/local/2905/dados.kml it delivers what it should.

tmcw’s picture

You're right, the attachment of KML feeds has been somewhat unkept because I often use theme overrides. I'll look into this.

jeffschuler’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Status: Active » Reviewed & tested by the community
StatusFileSize
new621 bytes

Looks like this does it. Here's the patch for 7.x-1.x.

jeffschuler’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)
StatusFileSize
new604 bytes

Committed to 7.x-1.x-dev.

Patch here to backport to 6.x-2.x-dev.

jeffschuler’s picture

Status: Patch (to be ported) » Fixed

committed to 6.x-2.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.