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.