Тема: Скачать vFCoders - Hide Hack
Показать сообщение отдельно
Старый 16.05.2012, 21:39 Вверх   #11
Коварный тип
 
Аватар для Serberg
Serberg вне форума
Доп. информация
По умолчанию

Цитата Сообщение от 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'); 
  Ответить с цитированием
3 пользователя(ей) сказали cпасибо:
 
Время генерации страницы 0.03688 секунды с 10 запросами