Will a ujGooglemaps map appear in a SiteBuilder panel?
GoogleMaps
Just to help me narrow down, this should work (it does elsewhere!), correct? This is from the beginning of item_list.tpl in the profile module:
____________________________________________________________________
{if isset($_items)}
{ujGoogleMaps_map module="jrCore" name="countywide" map=$_items height="300" width="100%" lat={$profile_latitude} lng={$profile_longitude} zoom="15" map_type=hybrid}
{foreach from=$_items item="item"}
____________________________________________________________________
Profile_latitude and profile_longitude already exist in each profile's entry, and according to the debug console are available for use in this call....