6
There's several places you'll want to remove the reference to business hours...
First in /templates/xdir_link.html comment out line 35 like this:
Comment out line 226 in /submit.php like this:
// $modlinkform->addElement($hrtray);
Then comment out lines 220-223 in /modlink.php like this:
// $modlinkform->addElement(new XoopsFormTime(_MD_BUSMFHRS , 'mfhrs', 15, $mfhrs));
// $modlinkform->addElement(new XoopsFormTime(_MD_BUSSATHRS , 'sathrs', 15, $sathrs));
// $modlinkform->addElement(new XoopsFormTime(_MD_BUSSUNHRS , 'sunhrs', 15, $sunhrs));