Quote:
Originally Posted by mcyates
How can I only show 5 or even 10 posts rather than the 15 which is currently the lowest limit? Showing 15 lines of new posts is far to many.
|
For 2.x.x only:
If you want to show 5 or 10 reslult. Do this:
Edit template +++++++_topstats_stats, Find:
Code:
<img src="+++++++/topx/list.gif" border="0" />
Replace with:
Find:
Code:
<select id="+++++++_topstats_result">
<option selected="selected" value="15">15</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
</select>
Edit as you want:
<option selected="selected" value="15">15</option> is default result show when page load
<option value="xx">xx</option> is more results