Show different number of members on different pages?

Is it possible to show a different number of sites on different pages? For example, the first page of the rankings would show the first 10 members and any additional pages would show 25 or whatever I choose.
 
not possible without creating a custom plugin, but coding this behavior might cause issues with pagination calculations etc.
 
hmm thats an odd one, sounds like your pagination elements have the wrong "floats", have a look in your css pagination class, where you see float: right; or float: left; change it to the opposite.
 
Back
Top