Hi.
I'm using MantisBT 1.2.15.
In the Summary page, there is a limit to the no. of reporters to display in the 'Reporter Stats' box. The default value is 10. ($g_reporter_summary_limit)
Does anyone know how to increase the default value to >10, pls?
Thanks a mil.
Reporter Stats in Summary Page
Moderators: Developer, Contributor
Re: Reporter Stats in Summary Page
add the following line to file config_inc.php
Code: Select all
$g_reporter_summary_limit = 20;Re: Reporter Stats in Summary Page
Awesome ! Thanks a mil atrol 
Can the default value be changed for like 1 project only?
Can the default value be changed for like 1 project only?
Re: Reporter Stats in Summary Page
Should work, didn't try:
Goto the bottom of page Manage->Manage Configuration
Choose/enter the following values:
Username: All Users
Project Name: <TheProjectYouWantToChange>
Configuration option: reporter_summary_limit
Type: integer
Value: 20
Click "Set Configuration Option"
Goto the bottom of page Manage->Manage Configuration
Choose/enter the following values:
Username: All Users
Project Name: <TheProjectYouWantToChange>
Configuration option: reporter_summary_limit
Type: integer
Value: 20
Click "Set Configuration Option"
Re: Reporter Stats in Summary Page
Thanks atrol ... will try it ! 
Re: Reporter Stats in Summary Page
Hi atrol.
It works perfectly ! As always .. thank you
It works perfectly ! As always .. thank you