Quote:
Originally Posted by Bison
Good work Paul!
Question ... is there a way to control how many items to show in the admincp just like it is with reputation received?
|
I wanted this as well - so I changed:
LIMIT 0, 10
to
LIMIT 0, $vboptions[showuserrates]
in the new query that is added to usercp.php
Then you can change the # displayed for both with the same User Reputation option.
Great hack, much desired, thanks!