
Сообщение от
Fenix8P
Помогите пожалуйста прочитать скрытый текст (это по теме)

Сообщение от
Hippy
thanks for the release..
and the above works with suite
but in forum only the widgets on the right also need to be edited .. different file..
thanks
sideblock also doesnt use plugins, so manual edit is required to strip hide tags.
To Strip HIDE TAG's from sideblock
Open -> includes/block/newpost.php file
Find:
PHP код:
$post['message'] = $this->get_summary($post['message'], $this->config['newposts_messagemaxchars']);
Add Above:
PHP код:
global $vfc_hide;
$post['message'] = $vfc_hide->strip_hide_bbcodes($post['message'], 'email');