| Joined: 12/31/69 | | Posts: 158 | | Online Tag: | |
User is Online |
Posted: 05-08-06 03:29 PM | |
You know in 2.4. version is a bug or what I think in boards.php or were you need put this code:
$max_length = 50;
$text = $_POST['text'];
$text = preg_replace('/(S{' . $max_length . '})/', '1 ', $text);
And the word is limited :)
|