Page 1 of 1

Change hits per page via get string?

Posted: Wed Jun 21, 2006 2:12 pm
by pete.smith
is it possible to change a number in the request to tell it to do 900 results per page? what would that argu be?

Change hits per page via get string?

Posted: Thu Jun 22, 2006 5:41 pm
by mark
That's set in the profile/script. There's currently no way for the end user to vary it.

Change hits per page via get string?

Posted: Thu Jun 22, 2006 5:46 pm
by John
With Webinator at the end of the init function you could override the variable. E.g.

<$SSc_hitsperpage=$nh>

would let you add an &nh=900 to the URL. It would probably be worth adding additional checks to make sure the number was sane. You would also need to add $nh to the exports to make sure it was kept for next page etc.