Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic YaBB2.1 -How change "View the 10 most recent. (Read 1364 times)
bill....
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 5
Joined: Dec 9th, 2006
YaBB2.1 -How change "View the 10 most recent.
Dec 9th, 2006 at 4:23am
Print Post  
In Yabb2.1 how can I change, "View the 10 most recent posts" to display 20 most recent posts?
  
Back to top
 
IP Logged
 
bill....
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 5
Joined: Dec 9th, 2006
Re: YaBB2.1 -How change "View the 10 most rec
Reply #1 - Dec 9th, 2006 at 4:50am
Print Post  
Nevermind, figured it out....

/ public_html / yabb / Languages / English /BoardIndex.Ing Line 50:  '792' => "10 most recent posts", change to '792' => "20 most recent posts",

/ public_html / yabb / Sources / Recent.pl Line 126:  my $display = $INFO{'display'} ||= 10; change to my $display = $INFO{'display'} ||= 20;
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint