Reporter Stats in Summary Page

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
siauser
Posts: 18
Joined: 12 Mar 2015, 08:46

Reporter Stats in Summary Page

Post by siauser »

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.
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reporter Stats in Summary Page

Post by atrol »

add the following line to file config_inc.php

Code: Select all

$g_reporter_summary_limit = 20;
Please use Search before posting and read the Manual
siauser
Posts: 18
Joined: 12 Mar 2015, 08:46

Re: Reporter Stats in Summary Page

Post by siauser »

Awesome ! Thanks a mil atrol :)

Can the default value be changed for like 1 project only?
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reporter Stats in Summary Page

Post by atrol »

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"
Please use Search before posting and read the Manual
siauser
Posts: 18
Joined: 12 Mar 2015, 08:46

Re: Reporter Stats in Summary Page

Post by siauser »

Thanks atrol ... will try it ! :mrgreen:
siauser
Posts: 18
Joined: 12 Mar 2015, 08:46

Re: Reporter Stats in Summary Page

Post by siauser »

Hi atrol.

It works perfectly ! As always .. thank you :)
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reporter Stats in Summary Page

Post by atrol »

Thanks for the feedback.
Please use Search before posting and read the Manual
Post Reply