Quote:
Originally Posted by DigitALL
[SIZE="3"][B]Does anyone from the admins, mods or this Zero Tolerance checking this thread??? There are tons of questions and no answers, in the best case just some guessing from other members!
If you put out a hack, either provide plenty of info and options we may have, or simply support your hack by answering to the forum members.
|
It would be nice, however if you look at the top the "supported" box is NOT checked so that has to be taken into consideration before calling them out like this.
As for the date it uses the format you have your forums set to in vBulleting options/Date and Time Options. To make it different from that I'm not sure, this is only a very vague guess but maybe in the shout.php something with this? Sorry, that's best I can do for you.
Quote:
function buildTime($time = TIMENOW)
{
global $vbulletin;
$Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->options['yestoday']);
$Time .= ' ';
$Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->options['yestoday']);
return $Time;
|