Log in

View Full Version : Search Results Text Question


DinarMet
08-12-2008, 10:28 PM
To the gurus,

When performing searches, the results page cutoffs of text at a certain point for each post. Is there a way to increase this? I would like the whole post to show.

I'm using 3.7.2.

Thanks in advance!

DM

calorie
08-13-2008, 04:27 AM
Look in the vB search.php file for the following and change 200 to some larger integer:

// get first 200 chars of page text
$post['pagetext'] = htmlspecialchars_uni(fetch_censored_text(trim(fetc h_trimmed_title(strip_bbcode($post['pagetext'], $strip_quotes), 200))));

Or get rid of the fetch_trimmed_title bit.

DinarMet
08-13-2008, 12:02 PM
Thank you sooooooo much!!!

;)