Quote:
Originally Posted by GuaRRand
Is there a way to turn of the timestamps?
(didnt see them in the options)
|
in vbshout.php find:
Code:
$Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->
options['yestoday']);
$Time .= ' ';
$Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->op
tions['yestoday']);
and change to:
Code:
// $Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->
options['yestoday']);
// $Time .= ' ';
// $Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->op
tions['yestoday']);