Topic: Todo List

Is it possible to get a similar page that displays a list of todo items? The page display2.php shows a list of upcoming events and would like to have a similar page for todo lists.

Re: Todo List

Hi there,

Yes, this can be easily done as follows:

  1. On the admin's Categories page of the calendar create a category with the check mark (2/3 from the top) checked. So now you will have an event category for ToDo events. Remember the category ID! If you already have a ToDo category, you can of course skip this step.

  2. Edit the file display2.php and in the General Settings change $header to "To be done" (or whatever you want) and in the Filters set $cats to the ID of the ToDo category (remembered above).

Now only events created in this ToDo category will appear in your display2.

In case of problems, please let me know.
Roel

Re: Todo List

Again, thank you for your quick response and resolution to my question.  Your response was very clear and easy to adapt.  It works just like I wanted it to.