Просмотр поста

.
Shady
Color Is Life...
$text = $res['text'];
                if (mb_strlen($text) > 1000) {
                    $text = mb_substr($text, 0, 1000);
$text = bbcode::tags($text);
                    $text = functions::smileys($text, 1, 0);
                    echo $text . '...
<a href="notebook.php?act=record&amp;id=' . $res['id'] . '">Читать все &gt;&gt;</a>';
                } else {
                    // Или, обрабатываем тэги и выводим весь текст
$text = bbcode::tags($text);
                    $text = functions::smileys($text);

                    if ($set_user['smileys'])
$text = bbcode::tags($text);
                        $text = functions::smileys($text, 1);
                    echo $text;
                }

не получается...