Is there a simple way to show a node teaser in the Info popup window like '/map/node' does? I've been trying various things and searching for tutorials since last night with no luck (you know how that goes).
Thanks for a great module, btw
Is there a simple way to show a node teaser in the Info popup window like '/map/node' does? I've been trying various things and searching for tutorials since last night with no luck (you know how that goes).
Thanks for a great module, btw
Comments
Comment #1
clockwood commentedAnyone? I'm really close to wrapping up this project and this is one of the last pieces of the puzzle. Thanks.
Comment #2
tom_o_t commentedIn the view configuration go to the fields section. Choose "node: body" and then in the handler for that field choose "body". This is the simple version.
The more complication version if this doesn't work out is to add a custom theming function to template.php which uses the node's teaser for the content of the info window. If you hunt around there's some instructions - either in the handbook, or somewhere in the issue queue.
Good luck!
Comment #3
clockwood commentedThanks for the info.
I think I'm going to need the complicated version since I'm using contemplate to style my teaser output. Using "node: body > teaser" just gives me the chopped body text.
So far the info I've found has been a little bit over my head. Hopefully there's a more step-by-step tut out there.
Comment #4
podarokrelease unsupported
feel free to open issue against latest 7.x dev