4
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:
le="color: #000000"><?php <!-- <{html_options name=bizhrs options=$link.bizhrs}> -->
Comment out line 226 in /submit.php like this:
le="color: #000000"><?php // $modlinkform->addElement($hrtray);
Then comment out lines 220-223 in /modlink.php like this:
le="color: #000000"><?php // $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));