PEAK XOOPS - editing list view?? in englishin japanese

editing list view??

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2005/3/13 4:23
raja  办霹始   Posts: 17
Right now when viewing the calendar as a list, pical only displays 20 events. I want that number to be 50. Where might I command this??
Votes:1 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2005/12/12 10:31
bobsmith  企霹始   Posts: 8
edit file class/piCal_xoops.php, around line 557:

Quote:
$num = isset( $_GET[ 'num' ] ) ? intval( $_GET[ 'num' ] ) : 20 ;

change to:

Quote:
$num = isset( $_GET[ 'num' ] ) ? intval( $_GET[ 'num' ] ) : 50 ;
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!