Quote:
Originally Posted by Hippy
thanks , this seems very promising .. anything to do with abe1's mod
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 Code:
$post['message'] = $this->get_summary($post['message'], $this->config['newposts_messagemaxchars']);
Add Above:
PHP Code:
global $vfc_hide;
$post['message'] = $vfc_hide->strip_hide_bbcodes($post['message'], 'email');