Hi there Steve,
I been messing around with the Ujgooglemap and got it to work. Definitely great work you have done with this.
I'm displaying the function in the Nova skin directory on a custom blog and event page.
what I would like to do is only display a google map when a member or artist adds the location info.
.by using the {if} else {\if} function
Right now if there no location info added ..a blank blue google map is showing
And it looks ugly if there a lots of blue maps on the event or blog page
Do you have any idea wht function will work to hide these extra blank boxes.until the location info is added.
i have ther nova skin
this is the link
http://www.spied.me
this in the blogs_row.tpl underneath the tabs
{$item.blog_text|truncate:250:"...":false|jrCore_format_string:$item.profile_quota_id|nl2br}
{ujGoogleMaps_map skin=true module="jrBlog" name="map1" map=$item height="150" width="300" controls="false" marker="infowindow"}
in form designer
my label is called blog_googlemaps label
this is what i have for both blog create and blog update
field: blog_googlemaps
label - blog_googlemaps label
sub label - left blank
help - blog_googlemaps help
type - googlemaps
options- left blank
default- left blank
validation string printable character and html allowed quota
minimum- left blank
maximum -left blank
display groups -quota member
required -checked
active - checked
that about it
Thanks
Ed