6
The easiest way to remove the maps is to just delete the code in the templates...
In /templates/xdir_link.html delete lines 49-59
<td>
<form name="mapForm2" action="http://us.rd.yahoo.com/maps/home/submit_a/*-http://maps.yahoo.com/maps" target="_new" method="get">
<input type="hidden" name="addr" value="<{$link.address}>" />
<input type="hidden" name="csz" value="<{$link.city}>, <{$link.state}> <{$link.zip}>" />
<input type="hidden" name="country" value="us" />
<input type="hidden" name="srchtype" value="a" />
<input name="getmap" type="submit" class="c_mapbtn" value="<{$smarty.const._MD_MAPBTN}>" />
form>
td>
and in /templates/xdir_listingfull.html delete lines 57-67
<td>
<form action="http://us.rd.yahoo.com/maps/home/submit_a/*-http://maps.yahoo.com/maps" method="get" name="mapForm2" target="_new" id="mapForm2">
<input type="hidden" name="addr" value="<{$link.address}>" />
<input type="hidden" name="csz" value="<{$link.city}>, <{$link.state}> <{$link.zip}>" />
<input type="hidden" name="country" value="us" />
<input type="hidden" name="srchtype" value="a" />
<input name="getmap" type="submit" class="c_mapbtn" value="<{$smarty.const._MD_MAPBTN}>" />
form>
td>
Then go to ADMIN > MODULES and update the mx-directory module which will regenerate the templates.*/