12
Couldn't delete
Category < I don't know where to look!
Sugguest to increase Category title to 100 characters
mxdirectory\admin\main.php
$addcatform->addElement(new XoopsFormText(_MD_TITLEC , 'title', 100, 100));
mysql >
`title` varchar(100) NOT NULL default '',
use google map in > xdir_listingfull.html & xdir_link.html
<form action="http://maps.google.com.au/maps?" method="get" name="mapForm2" target="_new" id="mapForm2">
<input type="hidden" name="f" value="q" />
<input type="hidden" name="hl" value="au" />
<input type="hidden" name="q" value="<{$link.address}>, <{$link.zip}> <{$link.city}>, <{$link.country}> " />
<input type=submit name="getmap" value="Map">
form>