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

.
uzer27

В версии 4.3.0

// Текст статьи
$page_text = htmlentities($page_text, ENT_QUOTES, 'UTF-8');
echo '<p>' . nl2br($page_text) . '</p>';

замени на

// Текст статьи 
$texty = functions::checkout($page_text, 1, 1);
if ($set_user['smileys'])
$text = functions::smileys($texty, 1);
echo '<p>' . $text . '</p>';