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 date is coming in version 2.0

Previous Page | Table of Contents | Next Page

Last Modified: January 5, 2008 @ 4:07 pm