July 22, 2008 by devnull
Posted in
A new module as been added to the uLilsting package. The module is called uListingmap and gives the user an option to view search results in a map.
Please download the latest version from your account.
Upgrade Instructions:
- backup your ulisting directory.
- copy the new version over the old one
- copy the tpl directory from the backup to the new version.
problem fixed
I think I fixed the issue Ken, int he ulistingmap.module, the lines of code
$wheres .= " OR L.city_name LIKE '%s$region%s')";
};
}else{
$wheres .= " AND L.city_name LIKE '%s$region%s'";
I changed to
$wheres .= " OR L.city_name LIKE '%$region%')";
};
}else{
$wheres .= " AND L.city_name LIKE '%$region%'";
same problem
Can you please have a look at this, I purchased the ulisting module and it is not working
Map View demo
Hi Ken,
I'm looking at the demo
http://ulisting.netriftsolutions.com/ulistingblock/normsearch
After a normal search returning 3 results, I select "Map View", and it comes back with nothing.
Is there something missing?
cheers
Ed