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
Help!
site address:http://www.sawpllc.com/
Greg
It should be easy to fix.
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.
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.
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.
Thanks,
Greg