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:

[] Stemg

im trying to remove the [] and make Ste abit bigger with the text omg on a new line..

how do i do this?