Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 07:30 UTC
Updated:
8 Dec 2008 at 14:58 UTC
I am trying to embed a google map in a full node display
I setup a text field that takes the
and the code in contempalte is:
print check_plain($node->content['field_gmap']['field']['items'][0]['#item']['value'])
all I am getting is the above iframe text... its not converting to a map.
is there a way that I can make it work as a map?
thanks
Comments
Comment #1
dave reidMoving to Contemplate issue queue...feel free to move to Google Maps module if appropriate.
Comment #2
dave reidAlso please note, using check_plain will "sanitize" HTML characters so they won't actually be HTML anymore.
Comment #3
irishgringo commenteddoes anyone know how to display an iframe in contemplate?