Justify
11-11-2007, 01:40 PM
Okay im editing vbshout.php and taking out the code:
$Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->options['yestoday']);
$Time .= ' ';
$Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->options['yestoday']);
return $Time;
and when i do that and save the shoutbox appears like:
[] Ste:omg
im trying to remove the [] and make Ste abit bigger with the text omg on a new line..
how do i do this?
$Time = vbdate($vbulletin->options['dateformat'], $time, $vbulletin->options['yestoday']);
$Time .= ' ';
$Time .= vbdate($vbulletin->options['timeformat'], $time, $vbulletin->options['yestoday']);
return $Time;
and when i do that and save the shoutbox appears like:
[] Ste:omg
im trying to remove the [] and make Ste abit bigger with the text omg on a new line..
how do i do this?