How to remove Recently Visited from all bug report pages?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

How to remove Recently Visited from all bug report pages?

Post by qatester »

Does anyone know how to remove "Recently Visited: bug1, bug2, etc" that display right below the menu bar on every bug report and bug edit pages? It takes up room on the page and I don't need it.
atrol
Site Admin
Posts: 8543
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How to remove Recently Visited from all bug report pages

Post by atrol »

enter the following line in your config_inc.php
$g_recently_visited = OFF;
Please use Search before posting and read the Manual
qatester
Posts: 21
Joined: 05 Mar 2010, 06:39

Re: How to remove Recently Visited from all bug report pages

Post by qatester »

Thanks, it works!
Post Reply