view_all_bug_page.php removal of filters section

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kps

view_all_bug_page.php removal of filters section

Post by kps »

Hi guys,

As the subject header suggests, I would like to remove all the filtering options from the top of the view_all_bug_page.php page.
I know users can click the +search icon, but we need to make Mantis as simplified as possible and I have been asked to make it so users can just see a list of their issues and take away the (somewhat cluttered looking) filter system

Unfortunately there doesn't seem to be any form of configuration to do this and I can't find a PHP page to edit to manually remove these options.

Any advice, greatly appreciated.

KS
atrol
Site Admin
Posts: 8577
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: view_all_bug_page.php removal of filters section

Post by atrol »

add the following line to file config_inc.php

Code: Select all

$g_filter_position = FILTER_POSITION_NONE;
Please use Search before posting and read the Manual
Post Reply