I have created a content type with CCK fields that I am using to display a page and block of "tasks" it is very simple but serves it's purpose. I am stuck on how to add a simple check box for the user to click when a task is complete? instead of having the user edit the node I would like them to be able simple click a checkbox inidcating complete.

Thank you in advance
James

Comments

manop’s picture

To do a similar thing on my site, I use the Flag module. http://drupal.org/project/flag

It's not a check box though, but you can tweak it somehow.

James Durling’s picture

Thanks - I tried the Flag module and it appeared to do what I want, but did not agree with my CSS I assume as the Admin pages specifically would loose it's formatting, the left column would move near the centre of the screen until the page was refreshed?

I uninstalled the module and no issues. I tried both versions for Drupal 6 and same issue.

Is there an altnerative module you could recommend?

James Durling’s picture

Instead of side bar content I placed the table on a node and Flags works great!

Thank you