How do I change the order tasks are sorted in on the home page?
The $custom->home_sort_order option in config.php allows you to change the default sort order on the home screen. In a future release the sort order may be selectable via a drop down menu or something similar.
The value in $custom->home_sort_order must match one of the following values:
- title (default) - sorts by title (A-Z)
- title_rev - sorts by title (Z-A)
- priority - sorts by priority (High-Low)
- priority_ref - sorts by priority (Low-High)
Sorting by due data will likely come in version 2.0
Last Modified: August 4, 2003 @ 9:20 am