The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Look in the vB search.php file for the following and change 200 to some larger integer:
Code:
// get first 200 chars of page text $post['pagetext'] = htmlspecialchars_uni(fetch_censored_text(trim(fetch_trimmed_title(strip_bbcode($post['pagetext'], $strip_quotes), 200)))); |
|
#3
|
|||
|
|||
|
Thank you sooooooo much!!!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|