Hi,
I'm running my site on a local server, using wamp.
Joomla 1.5.9
sobi 2.9.1.0
Running on Http://localhost/sobi/
I finally got the map working on my local server by adding
/sobi to ShowGoogleMap.php:
$MapMarkerIcon = '/sobi/components/com_sobi2/GoogleMapsIcons/icong'.$iconNum.'.png';
$MapMarkerShadow = '/sobi/components/com_sobi2/GoogleMapsIcons/shadow50.png';
and to sobi2.vc.tmpl.php:
echo '/sobi/components/com_sobi2/GoogleMapsIcons/icong'.$tdTrCounter.'.png';?>" />
But when I try to run search, I get the map shown twice:
img161.imageshack.us/my.php?image=30958346.jpg
The first frame (or div) is empty. The second one shows the map.
If I remove the script with JSFX_KeepInView in my index.php the
empty div is removed.
I have transferd my site online to
74.52.60.162/~wwwfth/.
Instead of /sobi/ I use
74.52.60.162/~wwwfth/ in front of the code above. But still I have the same problem with the two divs.
I can email username/password for the online site (cpanel) if someone could help and have a look.
Sorry about my english.
Thx!