Love this module. I'm showing a current user's to do list in a block and it always defaults to urgent. Is there a way I can show all tasks by default (maybe with javascript)? I was thinking I might even hide urgent with css, unless there's an easier way.

Comments

AlexisWilke’s picture

Category: feature » support

Have you tried the views support of the module? With it you can display exactly what you want in your own block. Looking at it, I knew many people would have many different needs so I decided to make use of the views. That way you can decide. I kept the block because it was there before so it's backward compatible.

Thank you.
Alexis

plato1123’s picture

Oh I didn't realize there was views support. I might do it that way or might do some custom jquery to force the block to show all tasks by default. If I go the jquery route I'll paste the snippet here... but yea, if nothing else I'll do it with views, that should work perfectly. Ty.