NovoKain |
|
---|---|
В functions.php
function sed_build_usertext($text)
{
global $cfg;
if (!$cfg['usertextimg'])
{
$bbcodes_img = array(
'\[img\]([^\[]*)\[/img\]' => '',
'\[thumb=([^\[]*)\[/thumb\]' => '',
'\[t=([^\[]*)\[/t\]' => '',
'\[list\]' => '',
'\[style=([^\[]*)\]' => '',
'\[quote' => '',
'\[code' => ''
); Удалить строку: '\[img\]([^\[]*)\[/img\]' => '',
|