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

clockwood’s picture

Anyone? I'm really close to wrapping up this project and this is one of the last pieces of the puzzle. Thanks.

tom_o_t’s picture

In 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!

clockwood’s picture

Thanks 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.

podarok’s picture

Status: Active » Closed (won't fix)

release unsupported
feel free to open issue against latest 7.x dev