vb.org Archive
>
Community Discussions
>
Modification Requests/Questions (Unpaid)
> Print Topic
PDA
View Full Version :
Print Topic
jonbaker
08-12-2009, 07:07 PM
How can i increase the number of posts listed when we go to "print topic" i want to keep my forum psot list to 25, but the print topic i'd like 50 or 100 even.
Lynne
08-12-2009, 08:48 PM
Try a plugin.
hook location - global_start:
if (THIS_SCRIPT == 'printthread')
$vbulletin->options['maxposts'] = 50;
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.