Problem with Google Map block

Permalink
For some reason I can't get the map title to change from the default "My Map" to anything else. Every time I update it it just reverts back.

Help!

site address:http://www.sawpllc.com/

Greg

 
thibodeaux replied on at Permalink Reply
Just a note... We're having this same problem on 2 different installs on 2 completely different servers...

Thanks,
Greg
andrew replied on at Permalink Reply
andrew
It should be easy to fix.
Tony replied on at Permalink Reply
Tony
in concrete/blocks/google_map/controller.php,
make the constructor look like this:

function __construct($obj = null) {
parent::__construct($obj);
if(!$this->title) $this->title=t("My Map");
}

This should be fixed in the next release.
dekelly replied on at Permalink Reply
dekelly
I am working on a site with C5 5.3.1.1 and am experiencing the same problem with the "My Map" description. In the "Title" field, it says optional but when I make it blank and choose save, I still get "My Map" above the google map. I dont want this because the title styling doesnt suit page. Appreciate your help.