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
view_all_bug_page.php removal of filters section
Moderators: Developer, Contributor
Re: view_all_bug_page.php removal of filters section
add the following line to file config_inc.php
Code: Select all
$g_filter_position = FILTER_POSITION_NONE;