This seems like it ought to be trivial, but I can't figure out how to do it. I want to use the location data which are tokens to make a link to google maps so users can get directions to the location attached to the node. The gmap module doesn't seem to do this, but building the link is trivial, if I could figure out where/how to parse it.

I'm posting this in the general forum because all I really need to know how to do is get drupal to let me build a link that contains text from tokens, and I don't believe it's an specific to the gmap or location module.

I don't know php, so that may be my problem here.

Thanks for any help-- I apologize if this is a stupid question.

Comments

ln282’s picture

In case anyone finds this-- the Custom Links module does this without needing to write any php (and the gmap module is displaying links to google maps automatically again).