More "Recently Visited"?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
avr
Posts: 2
Joined: 19 Dec 2023, 15:58

More "Recently Visited"?

Post by avr »

Hi, is it possible to configure more "Recently Visited" items to show?

I understand this may be problematic if viewed on phones, etc., but I imagine a lot of people (like me) typically view MantisBT on a wide screen. For me, seeing a lot more than five "recent" would very helpful because as a tester/manager I view a lot more tickets than a developer, who might be more focused on their few working tickets.

If not, please consider a suggestion to make this configurable, or even to add a dropdown with items of the form ("<bug-id> <description>") from which you can quickly go back at least a dozen or two tickets.

Thank you.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: More "Recently Visited"?

Post by atrol »

Add the following line to file config/config_inc.php and adjust to your needs

Code: Select all

$g_recently_visited_count = 5;
Please use Search before posting and read the Manual
avr
Posts: 2
Joined: 19 Dec 2023, 15:58

Re: More "Recently Visited"?

Post by avr »

Thank you!
Post Reply