Log in

View Full Version : Changing number of infractions that appear in a member profile


hilaryl
05-02-2008, 05:20 AM
n version 3.6, we changed the number of infractions that appeared on a user profile from 5 to 20.

We changed this line in member.php

sanitize_pageresults($totalinfractions['count'], $pagenumber, $perpage, 100, 5);

The coding in member.php is different in 3.7. Does anybody know where we could change that info in 3.7, please? Thx :)

Lynne
05-02-2008, 03:18 PM
I see that same line in includes/class_profileblock.php around line 1480. Try changing it there and see if it gives the desire results.

hilaryl
05-07-2008, 11:42 PM
Thanks Lynne - that worked perfectly.