By rpeters on
I got the Location module to work when you set it for the user, but I want to have two or more locations one being start location the other being end location and they are not showing up, but they do show when you do not use cck fields. Does anyone know why?
Comments
Check the display of those
Check the display of those cck fields, they might be set to hidden.
You can actually just insert the variables straight into the node.tpl.php file - for example, for the city
print $node->field_location[0]['city']Not HIdden
It is not hidden I cannot even get it to view in a map using cck. Any help would be greatly appreaciated. Thanks in advanced.