Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Using a combination of 'views' and 'insert block' i've been able to add a list of all todo lists into other pages. As mentioned this makes the module lots more useful.
One thing that i've not yet been able to resolve though is regarding the way that the actual actions are displayed. Specifically views allows either a teaser or full view of a node but even though i've selected 'full' view the set of tasks isn't displayed. If i click on the link to view the node itself all the tasks are displayed.
*UPDATE*
- if you comment lines 127 and 132 of todolist.module then the exported view should have a block that lists all categories of todolist and also displays their associated tasks.
I tried it that way and it works but you won't be able to update the second todo list. Let's say you have two todo list items on single page, and if you add items to second one you will end up with White screen. Did you get that kind of error?
Comments
Comment #1
ms2011 commentedExcellent idea. Let's do that...
Comment #2
marvil07 commentedComment #3
af199 commentedUsing a combination of 'views' and 'insert block' i've been able to add a list of all todo lists into other pages. As mentioned this makes the module lots more useful.
One thing that i've not yet been able to resolve though is regarding the way that the actual actions are displayed. Specifically views allows either a teaser or full view of a node but even though i've selected 'full' view the set of tasks isn't displayed. If i click on the link to view the node itself all the tasks are displayed.
Comment #4
af199 commented*UPDATE*
- if you comment lines 127 and 132 of todolist.module then the exported view should have a block that lists all categories of todolist and also displays their associated tasks.
Comment #5
hlan commentedHi af199,
I tried it that way and it works but you won't be able to update the second todo list. Let's say you have two todo list items on single page, and if you add items to second one you will end up with White screen. Did you get that kind of error?
Thanks
Hlan