Mantis Logo
Mantis Manual
Manual
Configuration

Database
Path
Webserver
Version
Email
Language
Display
Time
JpGraph
Date
News
Default Preferences
Summary
Bugnote
File Upload
HTML
Authentication
Status Settings
Filters
Misc
Colors
Cookies
Database Tables
Speed Optimisation
Reminders
Bug History
Sponsorship
Source Control Integration
Custom Fields
My View Settings
Relationships
System Logging


Partner Links


My View Settings
Last Modified: December 12, 2004 09:12AM
(Introduced in 0.19.0)
Description



$g_my_view_boxes This is an array of values defining the order that the boxes to be shown. A box that is not to be shown can have its value set to 0. The default is:
$g_my_view_boxes = array ( 'assigned' => '1', 'unassigned' => '2', 'reported' => '3', 'resolved' => '4', 'recent_mod' => '5', 'monitored' => '6' );
If you want to change the definition, copy the default value and apply the changes.
$g_my_view_bug_count Number of bugs shown in each box. The default is 10.
$g_default_home_page Default page to transfer to after Login or Set Project. The default is 'my_view_page.php'. An alternative would be 'view_all_bugs_page.php' or 'main_page.php'.


User Contributed Notes
My View Settings
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Sat, 13 Mar 2010 - 18:42:43

Mantis @ SourceForge