Quote:
Originally Posted by Mr.T
Hello Psionic,
I have some questions.
First, can I use this hack in vB 3.5.3, too? In the includes/functions_forumdisplay.php there is not the code that I have to change.
Second, the bugs with more than one hidden-text in one thread and the bug with editing a post are still there.
Hopoe you can help me.
T
|
working fine on vb 3.5.3 just find this in this functions_forumdisplay.php
PHP Code:
$thread['preview'] = htmlspecialchars_uni(fetch_censored_text(fetch_trimmed_title(
strip_bbcode($thread['preview'], false, true),
$vbulletin->options['threadpreview']
)));
above that
PHP Code:
$thread['preview'] = parseHide($thread['preview']);
all done