Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 26 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
mikeach
Fresh Boarder
 
Bug in the Alt Tips code - 2008/07/31 12:46
Found a problem with the Alt Tips not showing up in the Pro version so I emailed Chris. Chris helped me fix a couple of small issues I was having plus confirmed the bug in the Alt Tips and emailed me some code to patch and requested I post it here.

In the GMaps file googleapi.class.php located in the components/com_gmapspro/lib folder, there is an IF condition block that should be changed to the following:

if ($mp->getShowtooltip()) {
if (strlen($title)==0) {
$optionArray["title"] = $this->escapeQuote($mp->getName());
} else {
$optionArray["title"] = $this->escapeQuote($title);
}
}


It should be somewhere around line 544. It is indeed a bug.

The administrator has disabled public write access.