Changing the layout of bugreports on the my view page

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Annemaart

Changing the layout of bugreports on the my view page

Post by Annemaart »

Hi,

Another question. I would like to change the way the bug reports are layed out on the my view page. Now a bugreport first shows the summery, then the location and the date. I would like the location to show first. Does anyone know if and if so where I can change this?
illes
Posts: 30
Joined: 09 Mar 2005, 08:37
Location: Budapest, Hungary

Post by illes »

You have to manually edit bug_view_page.php.

BR,
Illes
Guest

Post by Guest »

Hi,

Thansk for your response. I took a look at the bug_view_page, but what I understand from that (my knowledge of php isn't super) is that this page shows the information about one single bug. Right?

what I would like to change is the 'my overview' page, the page where you get a short summery of the latest bugs, ordered by catagory (assigned, not assigned etc.).

Do I still need to make changes in this page, or is there another page I should change? And could you give me an indication of what lines to change, maybe?

Thanks :)
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

That page is controlled through core/my_view_inc.php .
There is some level of customization already. You can drop unwanted sections through $g_my_view_bug_count, $g_my_view_boxes, and $g_my_view_boxes_fixed_position. (See config_defaults_inc.php for details.
Post Reply