Hi,
Thank you for a great module. I have a question that I'm hoping you can help with.

I am using cck_map on an 'Event' content type with some other CCK fields. I'd like to use the ConTemplate module to theme this content type as there's some things I'd like to change about the other CCK fields - I'm not too bothered about theming the cck_map field. However, before editing these other fields in ConTemplate, and using the 'default' body template provided by ConTemplate (i.e. just clicking 'affect body output' but not adjusting any code provided by ConTemplate), the map is no longer displaying properly. Before doing any editing ConTemplate gives the following as template code for the cck_map field:

<div class="field field-type-map-location field-field-eventmap">
  <h3 class="field-label">Map</h3>
  <div class="field-items">
      <div class="field-item"><?php print $node->field_eventmap[0]['view'] ?></div>
  </div>
</div>

With this setting, I can see 'Map' heading but the map itself is no longer displayed. I have tried substituting $node ->field_eventmap[0]['view'] with various other 'body variables' suggested by ConTemplate (e.g. $node->field_eventmap[0]['image']), but I can't get the map to appear. Can anyone help? As mentioned, I'm happy to keep the cck_map field displaying as it is, but not really knowing PHP I'm not sure what I need to print to keep it there.

I've also posted this in the cck_map issues queue as I wasn't sure which module the issue really relates to.
Thanks in advance
Paul