hi
i test it on vBulletin v3.0.7
but i see this error :
Quote:
|
Parse error: parse error, unexpected T_STRING in c:\appserv\www\vb\index.php on line 467
|
i change to this :
Quote:
|
$thread['title'] = fetch_censored_text(fetch_trimmed_title(unhtmlspec ialchars($thread['title']), 22));
|
but no change,and display againt this error.
after this i change to this:
Quote:
|
$thread['preview'] = htmlspecialchars_uni(fetch_trimmed_title(strip_bbc ode(fetch_censored_text($thread['preview']), false, true), $vboptions['threadpreview']));
|
but display again this error ...!
i confuse ...! :confused:
can you help me ???? :devious: ;)