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".
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 757166-kml-attach_link-d6-4.patch | 604 bytes | jeffschuler |
| #3 | 757166-kml-attach_link-d7-3.patch | 621 bytes | jeffschuler |
Comments
Comment #1
hvalentim commentedPS: If I manually go to /feeds/local/2905/dados.kml it delivers what it should.
Comment #2
tmcw commentedYou're right, the attachment of KML feeds has been somewhat unkept because I often use theme overrides. I'll look into this.
Comment #3
jeffschulerLooks like this does it. Here's the patch for 7.x-1.x.
Comment #4
jeffschulerCommitted to 7.x-1.x-dev.
Patch here to backport to 6.x-2.x-dev.
Comment #5
jeffschulercommitted to 6.x-2.x-dev.