PDA

View Full Version : Increasing number of infractions shown on profile


hilaryl
11-12-2007, 03:48 AM
How do I change the number of infractions shown on a member's profile? At the moment, it's set at 5. If a member has more infractions than that, it's paginates them and you have to click on the little page number box at the bottom of the list of infractions to see the rest of the list.

I'd like to increase the number shown on the first 'page'. Any ideas on what I need to modify to do this?:confused:

MonkYZ
07-07-2010, 07:12 PM
The way to do this is to change /includes/class_profileblock.php. Search for
sanitize_pageresults($totalinfractions['count'], $pagenumber, $perpage, 100, 5);
And replace the last number to what you want (5).