The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Our business requires that we print a weekly report. I can use the search function to pull all posts over the last week, but the 'show posts' function only shows a preview of the post (about 35 words). How do I make it show the entire post?
Thanks. Maybe if someone could point out approximately where I would look to try some things... Regards, Jay |
#2
|
|||
|
|||
![]()
I figured out how to do this in case anybody else is interested. There's a section of code in search.php (in version 3.6.4) that limits the body of the displayed post to 200 characters. Find it here:
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)))); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|