PDA

View Full Version : threadsubjects- [point proven] :)


brookelyn
Tue 30th Jan '01, 1:35pm
my apologies if this thread title ****ed up this board. i wanted to see if vb2.0 somehow fixed this to where people can't do it- this isn't a HUGE deal but really pisses people off on my board (hence why they do it in the first place)

There are a few members that make thread subjects that are like

"iloveyouandiloveyourmomandthisissocoolbecauseisaid someooowwwpurrrrrrrrbllllllllaaaaaaaaaaaaaaahhhhh"

it screws up the formatting of the entire board - how can i fix this? anyone have any suggestions?

Moderator, if this thread subject ****ed up the board format here can you edit it and change it to something shorter

Ratorasniki
Tue 30th Jan '01, 4:49pm
$message=$row[title];
if (strlen($message) > 12) {
$snippet = substr($message,0,12)."...";
} else {
$snippet = $message;
}


replace 12 w/ the # of characters you wanna allow..