Hi,
I'm using vBulletin 4.1.0 PL2, and I need some help editing how many preview lines can be seen when searching posts.
I found this thread;
http://www.vbulletin.com/forum/showt...Search-Results
But I can't find the code below in the search.php file.
Code:
// get first 200 chars of page text
$post['pagetext'] = htmlspecialchars_uni(fetch_censored_text(trim(fetch_trimmed_title(strip_bbcode($post['pagetext'], 1), 200))));
Thanks in advance to anyone that can help.